Ignore:
Timestamp:
2006/08/31 10:21:57 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/customer/edit.php

    r2108 r3421  
    5151$objPage->arrMonth = $objDate->getMonth(); 
    5252$objPage->arrDay = $objDate->getDay(); 
     53 
     54sfprintr($_POST); 
    5355 
    5456//---- ÅÐÏ¿ÍÑ¥«¥é¥àÇÛÎó 
     
    309311    $ret = ""; 
    310312    for ($i=0;$i<$passlen;true){ 
    311     $ret.="*"; 
    312     $i++; 
     313        $ret.="*"; 
     314        $i++; 
    313315    } 
    314316    return $ret; 
Note: See TracChangeset for help on using the changeset viewer.