Trying to fix the cookie problem.

This commit is contained in:
Jeff Teunissen 2002-02-22 05:51:51 +00:00
parent 68e27e95fe
commit dc476ca417
1 changed files with 1 additions and 2 deletions

View File

@ -199,5 +199,4 @@ CREATE TABLE members (
" WHERE u_username='$userName'";
$userInfo = @mysql_fetch_array (@mysql_db_query (sqlDB, $query));
@mysql_close ($db);
?>