From 6b4d3dd4cfc63dfb60ba4a4c8c916a26d49652e9 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 9 Nov 2006 05:06:12 +0000 Subject: [PATCH] r1277: We need includes/language.php in install/global.php so people without Gettext can install Bugdar --- docs/changes.txt | 1 + install/global.php | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index ae2f251..695fc33 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -10,6 +10,7 @@ - Added the ability to delete attachments from the database (http://www.bluestatic.org/bugs/showreport.php?bugid=47) - Fixed a scrollpane bug in IE7 (http://www.bluestatic.org/bugs/showreport.php?bugid=48) - In the "My Controls" tab, change the name of the email and password fields to prevent autocomplete from working on them +- Include the Gettext mimic functions into the installer so people without the PHP extension can install Bugdar (http://www.bluestatic.org/bugs/showreport.php?bugid=51) 1.1.3 =============================== diff --git a/install/global.php b/install/global.php index fc0a77d..55b3a04 100644 --- a/install/global.php +++ b/install/global.php @@ -62,6 +62,7 @@ unset($database, $servername, $username, $password, $usepconnect, $tableprefix, require_once('./includes/functions_datastore.php'); require_once('./includes/functions.php'); require_once('./includes/permissions.php'); +require_once('./includes/language.php'); // ################################################################### // init the big three -- 2.22.5