Ignore:
Timestamp:
Oct 4, 2010, 11:53:53 PM (14 years ago)
Author:
LucMorizur
Message:

Preparation for feature:1891; remove mysql_num_rows

File:
1 edited

Legend:

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

    r4440 r7099  
    111111  (count($ec_lists['user_ids']) == 0) ? 'style = "display:none;"' : ''
    112112);
    113 $template->assign('ec_no_assoc', ((mysql_num_rows(pwg_query("
     113$template->assign('ec_no_assoc', ((pwg_db_num_rows(pwg_query("
    114114  SELECT *
    115115  FROM `".IMAGE_CATEGORY_TABLE."`
Note: See TracChangeset for help on using the changeset viewer.