diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-26 05:53:17 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-26 05:53:17 +0000 |
commit | 38421d25db8430c5c68948a3c986a27c595560a6 (patch) | |
tree | 5701e4648e6c5e065ad3519969a5543750a6f232 /modules/vauth | |
parent | 6f3c131a835fb1d2265ec090418e65892be24b93 (diff) | |
download | ampache-38421d25db8430c5c68948a3c986a27c595560a6.tar.gz ampache-38421d25db8430c5c68948a3c986a27c595560a6.tar.bz2 ampache-38421d25db8430c5c68948a3c986a27c595560a6.zip |
ok I need to stop working on ampache tonight because obviously I have gone tarded
Diffstat (limited to 'modules/vauth')
-rw-r--r-- | modules/vauth/auth.lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/vauth/auth.lib.php b/modules/vauth/auth.lib.php index 114fbfb8..ba09acb2 100644 --- a/modules/vauth/auth.lib.php +++ b/modules/vauth/auth.lib.php @@ -84,7 +84,7 @@ function vauth_mysql_auth($username,$password) { Error::add('general','User Already Logged in'); return false; } - + } // if prevent_multiple_logins $sql = "SELECT version()"; $db_results = Dba::query($sql); |