Changeset 3421 for temp/trunk/html/admin/customer/edit.php
- Timestamp:
- 2006/08/31 10:21:57 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/customer/edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/customer/edit.php
r2108 r3421 51 51 $objPage->arrMonth = $objDate->getMonth(); 52 52 $objPage->arrDay = $objDate->getDay(); 53 54 sfprintr($_POST); 53 55 54 56 //---- ÅÐÏ¿ÍÑ¥«¥é¥àÇÛÎó … … 309 311 $ret = ""; 310 312 for ($i=0;$i<$passlen;true){ 311 $ret.="*";312 $i++;313 $ret.="*"; 314 $i++; 313 315 } 314 316 return $ret;
Note: See TracChangeset
for help on using the changeset viewer.
