MDL-14129, create a new debug.php, and fix print_error() call

This commit is contained in:
dongsheng
2008-04-09 08:21:51 +00:00
parent 5bf2650871
commit 78664df0f7
9 changed files with 56 additions and 37 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
}
if (!confirm_sesskey()) {
print_error('This script was called wrongly');
print_error('wrongcall', 'error');
}
/// OK, here goes ...