aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cat_list.php
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-09-14 16:36:38 +0000
committerz0rglub <z0rglub@piwigo.org>2003-09-14 16:36:38 +0000
commit668f8c35860a85843db02ef965423e2b43a87c83 (patch)
tree57930408d63cf85f46541352e0c73251aa96e05c /admin/cat_list.php
parent6a68d7e46de4e253d1cd51c23157d9d739ffe44f (diff)
Removing debug instructions
git-svn-id: http://piwigo.org/svn/trunk@108 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/cat_list.php')
-rw-r--r--admin/cat_list.php1
1 files changed, 0 insertions, 1 deletions
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