Home
last modified time | relevance | path

Searched refs:update_lastuse (Results 1 – 1 of 1) sorted by relevance

/dports/www/mybb/mybb-mybb_1829/inc/
H A Dfunctions.php7164 …* @param boolean $update_lastuse True if the 'last used' dateline should be updated if a match is …
7167 function is_banned_username($username, $update_lastuse=false) argument
7178 if($update_lastuse == true)
7193 …* @param boolean $update_lastuse True if the 'last used' dateline should be updated if a match is …
7196 function is_banned_email($email, $update_lastuse=false) argument
7219 if($update_lastuse == true)
7236 …* @param boolean $update_lastuse True if the 'last used' dateline should be updated if a match is …
7239 function is_banned_ip($ip_address, $update_lastuse=false) argument
7274 if($update_lastuse == true)