aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/include/functions.php')
-rw-r--r--admin/include/functions.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php
index 7d29f5734..1ad514a13 100644
--- a/admin/include/functions.php
+++ b/admin/include/functions.php
@@ -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,