From f4d987b98e4017876c2b4a4ee0804511a140c0e4 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Sun, 13 Sep 2009 12:12:23 +0000 Subject: [PATCH] Notice removal during install --- e107_handlers/plugin_class.php | 6 +++--- install_.php | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index 5e5d9eaa4..edc103eb5 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $ -| $Revision: 1.81 $ -| $Date: 2009-09-12 13:16:56 $ +| $Revision: 1.82 $ +| $Date: 2009-09-13 12:12:22 $ | $Author: e107coders $ +----------------------------------------------------------------------------+ */ @@ -1521,7 +1521,7 @@ class e107plugin $query = "SELECT * FROM #plugin WHERE plugin_addons !='' ORDER BY plugin_path ASC"; - if ($sql -> db_Select_gen($query,TRUE)) + if ($sql -> db_Select_gen($query)) { while($row = $sql-> db_Fetch()) { diff --git a/install_.php b/install_.php index ccd9da983..9196b319c 100644 --- a/install_.php +++ b/install_.php @@ -9,14 +9,14 @@ * Installation file * * $Source: /cvs_backup/e107_0.8/install_.php,v $ -* $Revision: 1.37 $ -* $Date: 2009-09-06 20:04:04 $ +* $Revision: 1.38 $ +* $Date: 2009-09-13 12:12:23 $ * $Author: e107coders $ * */ // -session_start(); + define('MIN_PHP_VERSION','5.0'); define('MIN_MYSQL_VERSION','4.1.2'); @@ -73,7 +73,7 @@ e107_ini_set('magic_quotes_sybase', 0); e107_ini_set('arg_separator.output', '&'); e107_ini_set('session.use_only_cookies', 1); e107_ini_set('session.use_trans_sid', 0); - +session_start(); $php_version = phpversion(); if(version_compare($php_version, MIN_PHP_VERSION, "<"))