Changeset 30106


Ignore:
Timestamp:
Oct 16, 2014, 2:00:11 PM (10 years ago)
Author:
plg
Message:

bug 3162: because string(5) "35.10" == string(4) "35.1", we have to use === instead (or !==)

File:
1 edited

Legend:

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

    r30105 r30106  
    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.