Changeset 760 for trunk/wifidog-auth/wifidog/classes/Authenticator.php
- Timestamp:
- 09/18/05 00:23:10 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/Authenticator.php
r759 r760 110 110 function acctStart($conn_id) 111 111 { 112 //$info['conn_id']113 112 global $db; 114 113 $conn_id = $db->escapeString($conn_id); … … 129 128 $sql = "SELECT * FROM connections WHERE user_id = '{$info['user_id']}' AND token_status='".TOKEN_INUSE."' AND token!='$token';\n"; 130 129 $conn_rows = array (); 131 $db->ExecSql($sql, $conn_rows, true);130 $db->ExecSql($sql, $conn_rows, false); 132 131 if (isset ($conn_rows)) 133 132 {
