1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48:26 +02:00
This commit is contained in:
e107steved
2007-05-11 19:58:08 +00:00
parent ad4c67a8b2
commit 714763452b

View File

@@ -1,4 +1,4 @@
/* $Id: menu.sc,v 1.1.1.1 2006-12-02 04:33:39 mcfly_e107 Exp $ */ /* $Id: menu.sc,v 1.2 2007-05-11 19:57:55 e107steved Exp $ */
global $sql; global $sql;
global $ns; global $ns;
global $eMenuList; global $eMenuList;
@@ -103,7 +103,7 @@ foreach($eMenuList[$tmp[0]] as $row)
} }
$sql->db_Mark_Time("(After ".$mname.")"); $sql->db_Mark_Time("(After ".$mname.")");
if ($error_handler->debug == true) { if ($error_handler->debug == true) {
echo "\n<!-- Menu Start: ".$mname." -->\n"; echo "\n<!-- Menu End: ".$mname." -->\n";
} }
} }
} }