Ignore:
Timestamp:
Mar 8, 2013, 2:45:29 PM (11 years ago)
Author:
mistic100
Message:

use pwg_db functions, fix icons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/typetags/admin.php

    r15477 r21361  
    242242$all_typetags = pwg_query($query);
    243243
    244 while ($row = mysql_fetch_assoc($all_typetags))
     244while ($row = pwg_db_fetch_assoc($all_typetags))
    245245{
    246246  $row['color_text'] = get_color_text($row['color']);
Note: See TracChangeset for help on using the changeset viewer.