mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-05 04:52:47 +02:00
merge back r30104 (bad commit log, wrong copy/paste)
git-svn-id: http://piwigo.org/svn/trunk@30105 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -614,7 +614,9 @@ 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