- Timestamp:
- 2006/12/04 14:24:29 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/downloads/module/affiliate.php (modified) (1 diff)
-
data/lib/slib.php (modified) (1 diff)
-
html/admin/system/bkup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/affiliate.php
r10119 r10137 11 11 12 12 require_once("./require.php"); 13 dd 13 14 14 15 $arrConversionPage = array( -
temp/trunk/data/lib/slib.php
r10136 r10137 803 803 foreach($array as $key => $val) { 804 804 $val = mb_convert_encoding($val, CHAR_CODE, CHAR_CODE); 805 $val = str_replace("\"", "\\\"", $val);806 805 $line .= "\"".$val."\","; 807 806 } -
temp/trunk/html/admin/system/bkup.php
r10136 r10137 194 194 $data = ""; 195 195 foreach($arrData as $data_key => $data_val){ 196 $val = str_replace("\"", "\\\"", $arrData[$data_key]); 197 $data .= sfGetCSVList($val); 196 $data .= sfGetCSVList($arrData[$data_key]); 198 197 } 199 198 // CSV½ÐÎϥǡ¼¥¿À¸À®
Note: See TracChangeset
for help on using the changeset viewer.
