diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-08-29 16:52:28 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-08-29 16:52:28 +0000 |
commit | bfff1c341d09e15440569afb311771227e9b11d8 (patch) | |
tree | eaead7f809197ccbe33660c228a07269d9abc5a0 /include/functions_category.inc.php | |
parent | 54c907ce9d04194cbbd5b506b8afcafe19dd6948 (diff) |
deletion of a debug instruction
git-svn-id: http://piwigo.org/svn/trunk@503 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions_category.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
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 '<pre>'.$query.'</pre>'; $result = mysql_query($query); $cat_ids = array(); while ($row = mysql_fetch_array($result)) |