Show
Ignore:
Timestamp:
11/15/09 13:26:09 (4 years ago)
Author:
nikrou
Message:

Feature 1241 resolved. replace mysql_fetch_array by mysql_fetch_assoc for small php code improvements

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/category_cats.inc.php

    r3282 r4265  
    179179;'; 
    180180    $result = pwg_query($query); 
    181     while ($row = mysql_fetch_array($result)) 
     181    while ($row = mysql_fetch_assoc($result)) 
    182182    { 
    183183      $dates_of_category[ $row['category_id'] ] = array(