Ignore:
Timestamp:
Oct 1, 2010, 10:33:48 PM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Remove all mysql_ instructions ; add <br /> into duplication.tpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/admin/autolog_entries.inc.php

    r4470 r7066  
    104104          elseif ($a == 3) { // Image
    105105            $url_end.= ($url_end == '') ? '' : '&amp;img='.$arg2;
    106             $t = mysql_fetch_row(pwg_query("
     106            $t = pwg_db_fetch_row(pwg_query("
    107107             SELECT `name`, `file`
    108108             FROM `".IMAGES_TABLE."`
Note: See TracChangeset for help on using the changeset viewer.