Changeset 9965 for trunk/xmlrpc/BxDolXMLRPCUtil.php
- Timestamp:
- 04/06/09 01:49:11 (3 years ago)
- File:
-
- 1 edited
-
trunk/xmlrpc/BxDolXMLRPCUtil.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc/BxDolXMLRPCUtil.php
r8747 r9965 68 68 69 69 $aCountries = array (); 70 $r = db_res ("SELECT `ISO2`, `Country` FROM ` Countries` ORDER BY `Country` ASC");70 $r = db_res ("SELECT `ISO2`, `Country` FROM `sys_countries` ORDER BY `Country` ASC"); 71 71 while ($aRow = mysql_fetch_array ($r)) 72 72 {
Note: See TracChangeset
for help on using the changeset viewer.