Changeset 505
- Timestamp:
- 01/11/08 17:24:55 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3/A2Billing_AGI/libs_a2billing/crontjob/currencies_update_yahoo.php
r1 r505 45 45 46 46 // get in a csv file USD to EUR and USD to CAD 47 // http:// finance.yahoo.com/d/quotes.csv?s=USDEUR=X+USDCAD=X&f=l147 // http://download.finance.yahoo.com/d/quotes.csv?s=USDEUR=X+USDCAD=X&f=l1 48 48 49 49 … … 66 66 $result = $A2B -> instance_table -> SQLExec ($A2B->DBHandle, $QUERY); 67 67 68 $url = "http:// finance.yahoo.com/d/quotes.csv?s=";68 $url = "http://download.finance.yahoo.com/d/quotes.csv?s="; 69 69 70 70 /* result[index_result][field] */ branches/1.3/A2Billing_UI/Public/A2B_currencies.php
r1 r505 28 28 $result = $A2B -> instance_table -> SQLExec ($A2B->DBHandle, $QUERY); 29 29 30 $url = "http:// finance.yahoo.com/d/quotes.csv?s=";30 $url = "http://download.finance.yahoo.com/d/quotes.csv?s="; 31 31 32 32 /* result[index_result][field] */
