Changeset 4481 for temp/trunk
- Timestamp:
- 2006/09/10 17:32:24 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/admin/customer/edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r4480 r4481 2061 2061 2062 2062 //-- ¥Ñ¥¹¥ï¡¼¥É¤Î¹¹¿·¤¬¤¢¤ë¾ì¹ç¤Ï°Å¹æ²½¡£¡Ê¹¹¿·¤¬¤Ê¤¤¾ì¹ç¤ÏUPDATEʸ¤ò¹½À®¤·¤Ê¤¤¡Ë 2063 if ($array["password"] != DEFAULT_PASSWORD) $arrRegist["password"] = crypt($array["password"]);2063 if ($array["password"] !== DEFAULT_PASSWORD) $arrRegist["password"] = crypt($array["password"]); 2064 2064 $arrRegist["update_date"] = "NOW()"; 2065 2065 -
temp/trunk/html/admin/customer/edit.php
r4480 r4481 149 149 $passlen = strlen($objPage->arrForm['password']); 150 150 $objPage->passlen = lfPassLen($passlen); 151 sfprintr($objPage->arrForm);152 sfprintr($objPage->passlen);153 151 154 152 } … … 166 164 array_push($arrRegistColumn, array('column' => 'secret_key', 'convert' => 'n')); 167 165 } 168 sfprintr($objPage->arrForm);169 166 //-- ÊÔ½¸ÅÐÏ¿ 170 167 sfEditCustomerData($objPage->arrForm, $arrRegistColumn);
Note: See TracChangeset
for help on using the changeset viewer.
