Ignore:
Timestamp:
Jun 9, 2010, 11:57:57 AM (14 years ago)
Author:
nikrou
Message:

Bug 1716 fixed : SQLite: Check upgrades failed in intro
Incorrect use of dependant database function
Fixed same problem in ws functions

merge from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/plugins/c13y_upgrade/initialize.inc.php

    r6364 r6501  
    5151;';
    5252
    53   if (mysql_fetch_array(pwg_query($query)))
     53  if (pwg_db_fetch_array(pwg_query($query)))
    5454  {
    5555    $to_deactivate = false;
     
    8181
    8282  $result = pwg_query($query);
    83   while ($row = mysql_fetch_assoc($result))
     83  while ($row = pwg_db_fetch_assoc($result))
    8484  {
    8585    $to_deactivate = false;
Note: See TracChangeset for help on using the changeset viewer.