mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
deletion of a debug instruction
git-svn-id: http://piwigo.org/svn/trunk@503 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user