MDL-14128, remove all uses of error(get_string())

This commit is contained in:
dongsheng
2008-04-02 06:09:56 +00:00
parent 003f4c662a
commit dbb82a47ca
83 changed files with 189 additions and 185 deletions
+2 -2
View File
@@ -84,9 +84,9 @@
// $a = new stdClass();
// $a->url = 'http://download.moodle.org/lang16/es_utf8.zip';
// $a->dest= $CFG->dataroot.'/lang';
// error(get_string($cd->get_error(), 'error', $a));
// print_error($cd->get_error(), 'error', '', $a);
// } else {
// error(get_string($cd->get_error(), 'error'));
// print_error($cd->get_error(), 'error');
// }
// break;
// case COMPONENT_UPTODATE: