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/admin/admin_consult.php

    r19956 r19968  
    3636$result = pwg_query($query);
    3737
    38 while($file = mysql_fetch_assoc($result)) {
     38while($file = pwg_db_fetch_assoc($result)) {
    3939        $ecard_url = embellish_url(get_absolute_root_url() . './index.php?/ecard/'.$file['id']);
    4040
Note: See TracChangeset for help on using the changeset viewer.