From bfff1c341d09e15440569afb311771227e9b11d8 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sun, 29 Aug 2004 16:52:28 +0000 Subject: deletion of a debug instruction git-svn-id: http://piwigo.org/svn/trunk@503 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_category.inc.php | 1 - 1 file changed, 1 deletion(-) (limited to 'include/functions_category.inc.php') diff --git a/include/functions_category.inc.php b/include/functions_category.inc.php index 5cb0e727f..e82df1242 100644 --- a/include/functions_category.inc.php +++ b/include/functions_category.inc.php @@ -588,7 +588,6 @@ SELECT DISTINCT(id) AS id FROM '.CATEGORIES_TABLE.' WHERE '.implode(' OR ', $search_cat_clauses).' ;'; - echo '
'.$query.'
'; $result = mysql_query($query); $cat_ids = array(); while ($row = mysql_fetch_array($result)) -- cgit v1.2.3