Changeset 3639 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/09/01 10:15:03 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/index.php

    r2617 r3639  
    216216             
    217217            $data = lfGetProductsCSV($where, $option, $arrval, $arrOutputCols); 
     218             
     219            sfprintr($data); 
    218220 
    219221            // CSV¤òÁ÷¿®¤¹¤ë¡£ 
    220             sfCSVDownload($head.$data); 
     222//          sfCSVDownload($head.$data); 
    221223            exit; 
    222224            break; 
Note: See TracChangeset for help on using the changeset viewer.