mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
bug if (584 == )
git-svn-id: http://piwigo.org/svn/trunk@30104 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -614,9 +614,7 @@ SELECT id, id_uppercat, uppercats, rank, global_rank
|
||||
str_replace(',', '.', $cat['uppercats'] )
|
||||
);
|
||||
|
||||
if ( $cat['rank_changed']
|
||||
or $new_global_rank!=$cat['global_rank']
|
||||
)
|
||||
if ($cat['rank_changed'] or $new_global_rank !== $cat['global_rank'])
|
||||
{
|
||||
$datas[] = array(
|
||||
'id' => $id,
|
||||
|
||||
Reference in New Issue
Block a user