MDL-20636 fix notice on qtypes admin page. (Eloy review comment I2)

This commit is contained in:
Tim Hunt
2011-06-06 18:26:32 +01:00
parent aadad31a6e
commit d9eb95433f
+1
View File
@@ -188,6 +188,7 @@ echo $OUTPUT->heading(get_string('manageqtypes', 'admin'));
// Set up the table.
$table = new flexible_table('qtypeadmintable');
$table->define_baseurl(new moodle_url('/admin/qtypes.php'));
$table->define_columns(array('questiontype', 'numquestions', 'version', 'requires',
'availableto', 'delete', 'settings'));
$table->define_headers(array(get_string('questiontype', 'admin'), get_string('numquestions', 'admin'),