HomeHelpTrac

Changeset 9965 for trunk/xmlrpc


Ignore:
Timestamp:
04/06/09 01:49:11 (3 years ago)
Author:
Andrey Prikaznov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc/BxDolXMLRPCUtil.php

    r8747 r9965  
    6868 
    6969        $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"); 
    7171        while ($aRow = mysql_fetch_array ($r)) 
    7272        { 
Note: See TracChangeset for help on using the changeset viewer.