Php Warnings correction

git-svn-id: http://piwigo.org/svn/branches/release-1_3@319 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-01-24 22:57:36 +00:00
parent c882b26915
commit e39dc7c0ab
5 changed files with 13 additions and 5 deletions
+2
View File
@@ -237,6 +237,8 @@ function count_user_total_images()
$row = mysql_fetch_array( mysql_query( $query ) );
if ( !isset( $row['total'] ) ) $row['total'] = 0;
return $row['total'];
}