Removing debug code

git-svn-id: http://piwigo.org/svn/trunk@83 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2003-09-09 18:35:54 +00:00
parent ba5b2c41bd
commit e0e61217f7

View File

@@ -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'];