Ticket #371: User.php.diff
| File User.php.diff, 0.5 KB (added by leandro@…, 5 years ago) |
|---|
-
User.php
old new 437 437 /** Is the user valid? Valid means that the account is validated or hasn't exhausted it's validation period. 438 438 $errmsg: Returs the reason why the account is or isn't valid */ 439 439 function isUserValid(& $errmsg = null) { 440 global $account_status_to_text; 440 441 $db = AbstractDb::getObject(); 441 442 $retval = false; 442 443 $account_status = $this->getAccountStatus();
