From 026486683a64f7f776e9a27a434c122b5b2f9410 Mon Sep 17 00:00:00 2001 From: e107steved Date: Fri, 4 Jul 2008 20:19:46 +0000 Subject: [PATCH] Notice removal --- class2.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/class2.php b/class2.php index d905156be..53ca0c632 100644 --- a/class2.php +++ b/class2.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/class2.php,v $ -| $Revision: 1.60 $ -| $Date: 2008-06-13 20:20:20 $ +| $Revision: 1.61 $ +| $Date: 2008-07-04 20:19:46 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -1406,7 +1406,7 @@ if(!isset($_E107['no_online']) && varset($pref['track_online'])) $e_online->online($pref['track_online'], $pref['flood_protect']); } -function cookie($name, $value, $expire, $path = "/", $domain = "", $secure = 0) { +function cookie($name, $value, $expire=0, $path = "/", $domain = "", $secure = 0) { setcookie($name, $value, $expire, $path, $domain, $secure); }