r1277: We need includes/language.php in install/global.php so people without Gettext...
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 9 Nov 2006 05:06:12 +0000 (05:06 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 9 Nov 2006 05:06:12 +0000 (05:06 +0000)
docs/changes.txt
install/global.php

index ae2f251703668891bf103d522947f039c714c46e..695fc334d08f7b3303d44f11eee5cfc3a55362dd 100644 (file)
@@ -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
 ===============================
index fc0a77d323624acc98a50b0ee42de1fb300ff655..55b3a04b816b5839f10a7671e8059c574c0c2e57 100644 (file)
@@ -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