deletion of a debug instruction

git-svn-id: http://piwigo.org/svn/trunk@503 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-08-29 16:52:28 +00:00
parent 54c907ce9d
commit bfff1c341d
-1
View File
@@ -588,7 +588,6 @@ SELECT DISTINCT(id) AS id
FROM '.CATEGORIES_TABLE.'
WHERE '.implode(' OR ', $search_cat_clauses).'
;';
echo '<pre>'.$query.'</pre>';
$result = mysql_query($query);
$cat_ids = array();
while ($row = mysql_fetch_array($result))