Changeset 4247 for extensions/event_cats/include
- Timestamp:
- Nov 10, 2009, 10:20:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/event_cats/include/evntcats_main_funcs.inc.php
r4239 r4247 274 274 function build_ec_lists() { 275 275 276 global $ec_ap_ok, $template, $ec_lists ;276 global $ec_ap_ok, $template, $ec_lists, $conf; 277 277 278 278 $ec_lists = array(); … … 295 295 $ec_lists['user_ids'] = array(); 296 296 $q = pwg_query(" 297 SELECT `id`,`username` 297 SELECT 298 ".$conf['user_fields']['id']." AS id, 299 ".$conf['user_fields']['username']." AS username 298 300 FROM `".USERS_TABLE."` 299 WHERE `id`> 2301 WHERE id > 2 300 302 "); 301 303 while ($r = mysql_fetch_assoc($q))
Note: See TracChangeset
for help on using the changeset viewer.