diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-09 18:35:54 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-09 18:35:54 +0000 |
commit | e0e61217f7cf9cc980650419bcbd88facdeeb258 (patch) | |
tree | d075bd930346270e2918473669ddf5ef195f90e1 /include/functions_category.inc.php | |
parent | ba5b2c41bda2aff03ab2ca6c57d2dd16cd7da6f4 (diff) |
Removing debug code
git-svn-id: http://piwigo.org/svn/trunk@83 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 38f9d1408..8e08a17d9 100644 --- a/include/functions_category.inc.php +++ b/include/functions_category.inc.php @@ -556,7 +556,6 @@ function initialize_category( $calling_page = 'category' ) if ( $query != '' ) { - echo $query; $result = mysql_query( $query ); $row = mysql_fetch_array( $result ); $page['cat_nb_images'] = $row['nb_total_images']; |