Changeset 3639 for temp/trunk


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

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r3638 r3639  
    325325    /* ¥Ç¡¼¥¿¤ò½ÐÎÏ */ 
    326326    echo $data; 
    327     exit; 
    328327} 
    329328 
  • 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.