"MDL-14129, fix print_error call"

This commit is contained in:
dongsheng
2008-04-30 04:09:29 +00:00
parent 8f7198cdca
commit 33aa5723ca
6 changed files with 16 additions and 11 deletions
+1
View File
@@ -15,6 +15,7 @@ $string['doesnotworkwitholdversion'] = 'This script does not work with this old
$string['erroroccur'] = 'An error has occurred during this process';
$string['fixsetting'] = 'Please fix your settings in config.php: <p>You have:</p> <p>\$CFG->dirroot = \"$a[0]\";</p> <p>but it should be:</p> <p>\$CFG->dirroot = \"$a[1]\"</p>';
$string['notables'] = 'No Tables!';
$string['nomodules'] = 'No modules found!!';
$string['phpvaroff'] = 'The PHP server variable \'$a[0]\' should be Off - $a[1]';
$string['phpvaron'] = 'The PHP server variable \'$a[0]\' is not turned On - $a[1]';
$string['prefixcannotbeempty'] = 'Table prefix \"$a[0]\" cannot be empty for your target DB ($a[1])';