mcramer
2012-09-04 317b4d0d88793601d32105de19427c151512f889
interface/web/sites/database_edit.php
@@ -309,6 +309,7 @@
        global $app;
        if(!empty($sql) && !$app->tform->isReadonlyTab($app->tform->getCurrentTab(),$this->id)) {
            
            $app->uses('sites_database_plugin');
            $app->sites_database_plugin->processDatabaseUpdate($this);
            $app->db->query($sql);