Example #1
0
File: User.php Project: rjha/sc
 function unban($loginId)
 {
     mysql\User::set_bu_bit($loginId, 0, NULL);
 }