Changeset 4481 for temp/trunk/data/lib
- Timestamp:
- 2006/09/10 17:32:24 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/lib/slib.php (modified) (1 diff)
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
Note: See TracChangeset
for help on using the changeset viewer.
