Changeset 4335 for trunk/include


Ignore:
Timestamp:
Nov 21, 2009, 10:05:22 PM (14 years ago)
Author:
nikrou
Message:

Feature 1241 : revert pwg_db_fetch_row because we use $row[0]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/dblayer/functions_mysql.inc.php

    r4332 r4335  
    394394  $query = 'SHOW TABLES LIKE \''.$prefixeTable.'%\'';
    395395  $result = pwg_query($query);
    396   while ($row = pwg_db_fetch_assoc($result))
     396  while ($row = pwg_db_fetch_row($result))
    397397  {
    398398    array_push($all_tables, $row[0]);
Note: See TracChangeset for help on using the changeset viewer.