summaryrefslogtreecommitdiffstats
path: root/modules/vauth
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-26 05:53:17 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-26 05:53:17 +0000
commit38421d25db8430c5c68948a3c986a27c595560a6 (patch)
tree5701e4648e6c5e065ad3519969a5543750a6f232 /modules/vauth
parent6f3c131a835fb1d2265ec090418e65892be24b93 (diff)
downloadampache-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.php2
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);