c95defa90b
Adding better handling for unsupported question types. Merged from STABLE_19
5 lines
166 B
PHP
5 lines
166 B
PHP
<?php
|
|
$string['invalidxml'] = 'Invalid xml file - string expected (use CDATA?)';
|
|
$string['unsupportedexport'] = 'Question type $a is not supported by xml export';
|
|
?>
|