From 668f8c35860a85843db02ef965423e2b43a87c83 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sun, 14 Sep 2003 16:36:38 +0000 Subject: Removing debug instructions git-svn-id: http://piwigo.org/svn/trunk@108 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/cat_list.php | 1 - 1 file changed, 1 deletion(-) (limited to 'admin/cat_list.php') diff --git a/admin/cat_list.php b/admin/cat_list.php index 812a95cd2..474688b3e 100644 --- a/admin/cat_list.php +++ b/admin/cat_list.php @@ -40,7 +40,6 @@ if ( isset( $_POST['submit'] ) ) } $query.= " ('".$_POST['virtual_name']."',".$_POST['associate'].")"; $query.= ';'; - echo $query; mysql_query( $query ); } else -- cgit v1.2.3