From 714763452b3771a4ff25e86de7f10af991031d68 Mon Sep 17 00:00:00 2001 From: e107steved Date: Fri, 11 May 2007 19:58:08 +0000 Subject: [PATCH] Spelling --- e107_files/shortcode/menu.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_files/shortcode/menu.sc b/e107_files/shortcode/menu.sc index 99e692aa1..8936cbfca 100644 --- a/e107_files/shortcode/menu.sc +++ b/e107_files/shortcode/menu.sc @@ -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 $ns; global $eMenuList; @@ -103,7 +103,7 @@ foreach($eMenuList[$tmp[0]] as $row) } $sql->db_Mark_Time("(After ".$mname.")"); if ($error_handler->debug == true) { - echo "\n\n"; + echo "\n\n"; } } }