Ignore:
Timestamp:
Nov 15, 2009, 1:26:09 PM (14 years ago)
Author:
nikrou
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/db/19-database.php

    r3282 r4265  
    6969;';
    7070$result = pwg_query($query);
    71 while ($row = mysql_fetch_array($result))
     71while ($row = mysql_fetch_assoc($result))
    7272{
    7373  foreach(preg_split('/[,]+/', $row['keywords']) as $keyword)
Note: See TracChangeset for help on using the changeset viewer.