예제 #1
0
파일: WC_Site.php 프로젝트: sinfocol/gwf3
 public function onLinkUser(GWF_User $user)
 {
     if (false === ($regat = WC_RegAt::linkUser($user->getID(), $this->getID()))) {
         return GWF_HTML::err('ERR_DATABASE', array(__FILE__, __LINE__));
     }
 }