Changeset 21237 for extensions/whois_online/include/wo_functions.inc.php
- Timestamp:
- Mar 6, 2013, 12:38:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/whois_online/include/wo_functions.inc.php
r6386 r21237 58 58 $ctr = 0; $Online[0] = ''; 59 59 $result = pwg_query('SELECT * FROM ' . WHOIS_ONLINE_TABLE . $order . ';'); 60 while($row= mysql_fetch_array($result)) {60 while($row=pwg_db_fetch_assoc($result)) { 61 61 $row['delay'] = (int) time() - $row['last_access']; 62 62 $row['elm_ids'] = explode(' ', $row['last_elm_ids']);
Note: See TracChangeset
for help on using the changeset viewer.