]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-20749 annihilating last ocurrences of PAGE/OUTPUT from xmldb actions.
authorEloy Lafuente <stronk7@moodle.org>
Thu, 5 Nov 2009 15:43:32 +0000 (15:43 +0000)
committerEloy Lafuente <stronk7@moodle.org>
Thu, 5 Nov 2009 15:43:32 +0000 (15:43 +0000)
admin/xmldb/actions/edit_table_save/edit_table_save.class.php

index 4e0c6c0c866a6009fa79c7cfc1a65bcd8cbe1169..4c273da3dfc30211ce7d7cbd72809b5e9805e96b 100644 (file)
@@ -63,7 +63,7 @@ class edit_table_save extends XMLDBAction {
         $this->does_generate = ACTION_GENERATE_HTML;
 
     /// These are always here
-        global $CFG, $XMLDB, $PAGE, $OUTPUT;
+        global $CFG, $XMLDB;
 
     /// Do the job, setting result as needed