mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update active_directory.inc.php
This commit is contained in:
@@ -94,7 +94,7 @@ function adduser($username) {
|
||||
}
|
||||
|
||||
function user_exists_in_db($username) {
|
||||
$return = @dbFetchCell('SELECT COUNT(*) FROM users WHERE username = ?', array($username), true);
|
||||
$return = dbFetchCell('SELECT COUNT(*) FROM users WHERE username = ?', array($username), true);
|
||||
return $return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user