bug fixed: pwg_db_fetch_array function does not exist
git-svn-id: http://piwigo.org/svn/branches/2.1@6640 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
773546363e
commit
55f4efd7a6
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ having count(*) > 1
|
|||
limit 0,1
|
||||
;';
|
||||
|
||||
if (pwg_db_fetch_array(pwg_query($query)))
|
||||
if (pwg_db_fetch_row(pwg_query($query)))
|
||||
{
|
||||
$to_deactivate = false;
|
||||
$c13y->add_anomaly(
|
||||
|
|
Loading…
Add table
Reference in a new issue