diff --git a/resources/classes/schema.php b/resources/classes/schema.php index 3ec6c2c57f..94036bc866 100644 --- a/resources/classes/schema.php +++ b/resources/classes/schema.php @@ -26,8 +26,6 @@ */ //define the schema class -if (!class_exists('schema')) { - class schema { //define variables @@ -908,7 +906,6 @@ if (!class_exists('schema')) { } //end function } -} //example use //require_once "resources/classes/schema.php"; @@ -917,4 +914,3 @@ if (!class_exists('schema')) { //$obj->schema(); //$result_array = $schema->obj['sql']; //print_r($result_array); -?>