Changeset 10137 for temp/trunk/data
- Timestamp:
- 2006/12/04 14:24:29 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 2 edited
-
downloads/module/affiliate.php (modified) (1 diff)
-
lib/slib.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 }
Note: See TracChangeset
for help on using the changeset viewer.
