Changeset 10822


Ignore:
Timestamp:
2006/12/17 19:56:34 (20 years ago)
Author:
uehara
Message:
 
Location:
temp/branches/ec-cube-beta
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/admin/contents/campaign_csv.php

    r10810 r10822  
    3030function lfMakeCSV($list) { 
    3131    global $arrPref; 
    32     global $arrJob; 
    33     global $arrORDERSTATUS; 
    3432     
    3533    $line = ""; 
     
    4038        case 'order_pref': 
    4139            $tmp = $arrPref[$val]; 
    42             break; 
    43         case 'order_job': 
    44             $tmp = $arrJob[$val]; 
    45             break; 
    46         case 'status': 
    47             $tmp = $arrORDERSTATUS[$val]; 
    4840            break; 
    4941        default: 
Note: See TracChangeset for help on using the changeset viewer.