Changeset 1089


Ignore:
Timestamp:
2007/01/18 20:52:20 (17 years ago)
Author:
uehara
Message:
 
Location:
temp/test-xoops.ec-cube.net/html
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/language/japanese/user.php

    r1087 r1089  
    111111 
    112112define('_US_IAGREE','»ä¤Ï¾åµ­»ö¹à¤ËƱ°Õ¤·¤Þ¤¹¡£'); 
    113 define('_US_UNEEDAGREE', '¿½¤·Ìõ¤´¤¶¤¤¤Þ¤»¤ó¤¬¡¢ÅÐÏ¿¤¹¤ë¤¿¤á¤Ë¤ÏÌÈÀÕ»ö¹à¤Ë¤´Æ±°Õ¤¤¤¿¤À¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹¡£'); 
     113define('_US_UNEEDAGREE', '¿½¤·Ìõ¤´¤¶¤¤¤Þ¤»¤ó¤¬¡¢ÅÐÏ¿¤¹¤ë¤¿¤á¤Ë¤Ï¸Ä¿Í¾ðÊóÊݸîÊý¿Ë¤Ë¤´Æ±°Õ¤¤¤¿¤À¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹¡£'); 
    114114define('_US_NOREGISTER','¿½¤·Ìõ¤´¤¶¤¤¤Þ¤»¤ó¤¬¡¢¸½ºß¤³¤Î¥µ¥¤¥È¤Ç¤Ï¿·µ¬¥æ¡¼¥¶¤ÎÅÐÏ¿¼õÉÕ¤ò¹Ô¤Ã¤Æ¤ª¤ê¤Þ¤»¤ó¡£'); 
    115115 
  • temp/test-xoops.ec-cube.net/html/register.php

    r1088 r1089  
    3939} 
    4040 
    41 function userCheck($uname, $email, $pass, $vpass, $agree_disc = "", $agree_check = false) 
     41function userCheck($uname, $email, $pass, $vpass) 
    4242{ 
    4343    global $xoopsConfigUser; 
     
    113113        $stop .= sprintf(_US_PWDTOOSHORT,$xoopsConfigUser['minpass'])."<br />"; 
    114114    } 
    115      
    116     if ($agree_check) { 
    117         if($agree_disc != 1) { 
    118             $stop .= _US_AGREE . "<br />";       
    119         } 
    120     } 
    121115         
    122116    return $stop; 
     
    147141    } 
    148142 
    149     $stop .= userCheck($uname, $email, $pass, $vpass, $agree_disc, true); 
     143    $stop .= userCheck($uname, $email, $pass, $vpass); 
    150144    if (empty($stop)) { 
    151145        $token =& XoopsSingleTokenHandler::quickCreate('register_finish'); 
Note: See TracChangeset for help on using the changeset viewer.