Add class_exists

This commit is contained in:
markjcrane
2016-04-14 23:23:14 -06:00
parent fdc0435ab3
commit 69d36b806d
7 changed files with 620 additions and 613 deletions

View File

@@ -25,6 +25,7 @@
*/
//define the menu class
if (!class_exists('menu')) {
class menu {
//define the variables
public $menu_uuid;
@@ -580,5 +581,6 @@
}
} //end function
}
}
?>