mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-04 04:22:53 +02:00
Removing debug code
git-svn-id: http://piwigo.org/svn/trunk@83 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user