[pkg-horde] [SCM] Debian Horde Packages repository: gollem package branch, upstream+patches, updated. 43eac8b359ecb70af5fd6c37ec9f5d25241abadd

Gregory Colpart reg at foulademer.gcolpart.com
Sat May 2 11:58:38 UTC 2009


The following commit has been merged in the upstream+patches branch:
commit 43eac8b359ecb70af5fd6c37ec9f5d25241abadd
Author: Gregory Colpart <reg at foulademer.gcolpart.com>
Date:   Sat May 2 13:10:24 2009 +0200

    Adjust require in prefs

diff --git a/config/prefs.php.dist b/config/prefs.php.dist
index 1663644..416690c 100644
--- a/config/prefs.php.dist
+++ b/config/prefs.php.dist
@@ -6,7 +6,8 @@
  */
 
 // Make sure that constants are defined.
-require_once dirname(__FILE__) . '/../lib/Gollem.php';
+ at define('GOLLEM_BASE', dirname(__FILE__) . '/..');
+require_once GOLLEM_BASE . '/lib/Gollem.php';
 
 $prefGroups['display'] = array(
     'column' => _("User Interface"),

-- 
Debian Horde Packages repository: gollem package



More information about the pkg-horde-hackers mailing list