Changeset 3639 for temp/trunk
- Timestamp:
- 2006/09/01 10:15:03 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/admin/products/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r3638 r3639 325 325 /* ¥Ç¡¼¥¿¤ò½ÐÎÏ */ 326 326 echo $data; 327 exit;328 327 } 329 328 -
temp/trunk/html/admin/products/index.php
r2617 r3639 216 216 217 217 $data = lfGetProductsCSV($where, $option, $arrval, $arrOutputCols); 218 219 sfprintr($data); 218 220 219 221 // CSV¤òÁ÷¿®¤¹¤ë¡£ 220 sfCSVDownload($head.$data);222 // sfCSVDownload($head.$data); 221 223 exit; 222 224 break;
Note: See TracChangeset
for help on using the changeset viewer.
