var $supp_comp;
var $tos_vers;
var $disa_reas;
+ var $guar_code;
- function LoginDBItem($code, $login, $pass, $email, $type, $last_dona, $supp_comp, $tos_vers, $disa_reas)
+ function LoginDBItem($code, $login, $pass, $email, $type, $last_dona, $supp_comp, $tos_vers, $disa_reas, $guar_code)
{
$this->code = $code;
$this->login = $login;
$this->supp_comp = $supp_comp;
$this->tos_vers = $tos_vers;
$this->disa_reas = $disa_reas;
+ $this->guar_code = $guar_code;
}
static function LoginDBItemFromRecord($rec)
{
$ret = new LoginDBItem($rec->code, $rec->login, $rec->pass,
$rec->email, $rec->type, $rec->last_dona,
- $rec->supp_comp, $rec->tos_vers, $rec->disa_reas);
+ $rec->supp_comp, $rec->tos_vers, $rec->disa_reas, $rec->guar_code);
return ($ret);
}
{
$this->disa_reas = $disa_reas;
}
+ function guar_code_get()
+ {
+ return $this->guar_code;
+ }
}
'en' => '<br>You or someone with your same IP address is standing up from a table without the permission of the other players <br><br>You will wait '),
'badsit_b' => array( 'it' => ' prima di poterti sedere nuovamente.<br><br>Se non sei stato tu ad alzarti e possiedi un login con password, autenticandoti con quello, potrai accedere.',
'en' => ' before you can sit down again. If you don\'t leave the table and you have a login with a password, authenticating with this one you will access')
-
);
define('LICMGR_CHO_ACCEPT', 0);