Ignore:
Timestamp:
Nov 20, 2009, 3:17:04 PM (14 years ago)
Author:
nikrou
Message:

Feature 1244 resolved
Replace all mysql functions in core code by ones independant of database engine

Fix small php code synxtax : hash must be accessed with [ ] and not { }.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/upgrade_1.3.0.php

    r4265 r4325  
    8585;';
    8686$result = pwg_query($query);
    87 while ($row = mysql_fetch_assoc($result))
     87while ($row = pwg_db_fetch_assoc($result))
    8888{
    8989  if (!isset($row['id_uppercat']) or $row['id_uppercat'] == '')
Note: See TracChangeset for help on using the changeset viewer.