Ignore:
Timestamp:
Oct 19, 2013, 7:43:04 PM (11 years ago)
Author:
mistic100
Message:

remove all array_push (50% slower than []) + some changes missing for feature:2978

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/search_rules.php

    r25005 r25018  
    139139    while ($row = pwg_db_fetch_assoc($result))
    140140    {
    141       array_push($categories, $row);
     141      $categories[] = $row;
    142142    }
    143143  }
Note: See TracChangeset for help on using the changeset viewer.