Changeset 30104


Ignore:
Timestamp:
Oct 16, 2014, 1:53:38 PM (10 years ago)
Author:
plg
Message:

bug if (584 == )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions.php

    r29229 r30104  
    615615      );
    616616
    617     if ( $cat['rank_changed']
    618       or $new_global_rank!=$cat['global_rank']
    619       )
     617    if ($cat['rank_changed'] or $new_global_rank !== $cat['global_rank'])
    620618    {
    621619      $datas[] = array(
Note: See TracChangeset for help on using the changeset viewer.