Changeset 4265 for trunk/search_rules.php
- Timestamp:
- Nov 15, 2009, 1:26:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/search_rules.php
r3282 r4265 136 136 if (!empty($result)) 137 137 { 138 while ($row = mysql_fetch_a rray($result))138 while ($row = mysql_fetch_assoc($result)) 139 139 { 140 140 array_push($categories, $row);
Note: See TracChangeset
for help on using the changeset viewer.