Changeset 30107


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

merge r30106 from trunk to branch 2.7

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.7/admin/include/functions.php

    r29229 r30107  
    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.