Changeset 865 in ExiteCMS for modules/common/donations/php-files/modules/donations/admin_panel.php
- Timestamp:
- 10/03/07 21:40:33 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/donations/php-files/modules/donations/admin_panel.php
r836 r865 257 257 $result = dbquery("SELECT DISTINCT ip_code, ip_name FROM ".$db_prefix."GeoIP ORDER BY ip_name"); 258 258 while ($data = dbarray($result)) { 259 $variables['countries'][] = $data;259 if (!empty($data['ip_code'])) $variables['countries'][] = $data; 260 260 } 261 261
Note: See TracChangeset
for help on using the changeset viewer.
