Ignore:
Timestamp:
Jan 8, 2013, 12:32:56 AM (11 years ago)
Author:
julien1311
Message:

[piwecard] various improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Piwecard/install/functions.inc.php

    r19956 r19968  
    2626        $result = pwg_query($query);
    2727       
    28         while($data = mysql_fetch_assoc($result)) {
     28        while($data = pwg_db_fetch_assoc($result)) {
    2929                $insert = array(
    3030                                        'id' => $data['numero'],
Note: See TracChangeset for help on using the changeset viewer.