mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-07 13:55:03 +02:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user