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/include/ec_conf.inc.php

    r4553 r7066  
    3737// following instructions :
    3838/*
    39 $t = mysql_fetch_row(pwg_query("
     39$t = pwg_db_fetch_row(pwg_query("
    4040  SELECT `value`
    4141  FROM `".CONFIG_TABLE."`
     
    124124$t = array(); $u = '0'; $v = false;
    125125if ($v = (
    126   ($t = mysql_fetch_row(pwg_query("
     126  ($t = pwg_db_fetch_row(pwg_query("
    127127    SELECT `value`
    128128    FROM `".CONFIG_TABLE."`
Note: See TracChangeset for help on using the changeset viewer.