From c7b7371df3cf86f2044d06e0822d13a69c359fa1 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 9 Sep 2006 18:25:22 +0000 Subject: [PATCH] r1133: Fixing the installer --- install/install.php | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/install/install.php b/install/install.php index e61ab0d..b31927a 100644 --- a/install/install.php +++ b/install/install.php @@ -19,7 +19,7 @@ || ################################################################### \*=====================================================================*/ -define('STOP_MARK', 8); +define('STOP_MARK', 7); define('ACTIVE_SITE', 'install.php'); require_once('./global.php'); @@ -243,24 +243,6 @@ if ($bugsys->in['mark'] == 7) // ################################################################### -if ($bugsys->in['mark'] == 8) -{ -?> -

Load Language Strings

- -

Bugdar's flexible language system caches all of the strings in the database. Currently, the strings are being read from the raw file into the cache.

-load('xml', 'xml'); - - build_languages(); - - require_once('./includes/language.php'); - build_language_cache(1); -} - -// ################################################################### - page_end(); /*=====================================================================*\ -- 2.22.5