Changeset 10822
- Timestamp:
- 2006/12/17 19:56:34 (20 years ago)
- Location:
- temp/branches/ec-cube-beta
- Files:
-
- 3 edited
-
data/Smarty/templates/admin/contents/subnavi.tpl (modified) (previous)
-
data/include/csv_output.inc (modified) (previous)
-
html/admin/contents/campaign_csv.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/admin/contents/campaign_csv.php
r10810 r10822 30 30 function lfMakeCSV($list) { 31 31 global $arrPref; 32 global $arrJob;33 global $arrORDERSTATUS;34 32 35 33 $line = ""; … … 40 38 case 'order_pref': 41 39 $tmp = $arrPref[$val]; 42 break;43 case 'order_job':44 $tmp = $arrJob[$val];45 break;46 case 'status':47 $tmp = $arrORDERSTATUS[$val];48 40 break; 49 41 default:
Note: See TracChangeset
for help on using the changeset viewer.
