Changeset 4481 for temp/trunk


Ignore:
Timestamp:
2006/09/10 17:32:24 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r4480 r4481  
    20612061 
    20622062    //-- ¥Ñ¥¹¥ï¡¼¥É¤Î¹¹¿·¤¬¤¢¤ë¾ì¹ç¤Ï°Å¹æ²½¡£¡Ê¹¹¿·¤¬¤Ê¤¤¾ì¹ç¤ÏUPDATEʸ¤ò¹½À®¤·¤Ê¤¤¡Ë 
    2063     if ($array["password"] != DEFAULT_PASSWORD) $arrRegist["password"] = crypt($array["password"]); 
     2063    if ($array["password"] !== DEFAULT_PASSWORD) $arrRegist["password"] = crypt($array["password"]); 
    20642064    $arrRegist["update_date"] = "NOW()"; 
    20652065     
  • temp/trunk/html/admin/customer/edit.php

    r4480 r4481  
    149149            $passlen = strlen($objPage->arrForm['password']); 
    150150            $objPage->passlen = lfPassLen($passlen); 
    151             sfprintr($objPage->arrForm); 
    152             sfprintr($objPage->passlen); 
    153151             
    154152        } 
     
    166164                array_push($arrRegistColumn, array('column' => 'secret_key', 'convert' => 'n')); 
    167165            } 
    168             sfprintr($objPage->arrForm); 
    169166            //-- ÊÔ½¸ÅÐÏ¿ 
    170167            sfEditCustomerData($objPage->arrForm, $arrRegistColumn); 
Note: See TracChangeset for help on using the changeset viewer.