From da5076b1dec63fb53ad751d11c97f461d7a27a07 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 10 Jan 2003 08:01:16 +0000 Subject: [PATCH] fixed session table query updated header --- lib/Authenticator.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/Authenticator.inc b/lib/Authenticator.inc index a4cfb56..ad9facb 100644 --- a/lib/Authenticator.inc +++ b/lib/Authenticator.inc @@ -5,9 +5,11 @@ * * Interface class that performs all authentication functions. * - * @version $Revision$ - * @author michael@jamwarehouse.com - * @package dmslib + * Licensed under the GNU GPL. For full terms see the file COPYING. + * + * @version $Revision$ + * @author owl_sessions_table where uid = '".$userDetails["user_id"]."'"); + $sql->query("select * from $default->owl_sessions_table where id = '".$userDetails["user_id"]."'"); if ($sql->num_rows($sql) >= $userDetails["max_sessions"]) { if ( $userDetails["group_id"] == 0) { // ignore maxsessions check for admin group -- libgit2 0.21.4