[dev] CVS updates, nag and mnemo..

Robert Ribnitz ribnitz at linuxbourg.ch
Tue Mar 4 21:34:43 PST 2003


Hello,

nag and mnemo give some nasty errors, current cvs versions, here's the diffs
that fix the problem (diff -u)

index: prefs.php.dist
===================================================================
RCS file: /repository/nag/config/prefs.php.dist,v
retrieving revision 1.24
diff -u -r1.24 prefs.php.dist
--- prefs.php.dist	4 Mar 2003 19:59:31 -0000	1.24
+++ prefs.php.dist	4 Mar 2003 20:31:31 -0000
@@ -2,6 +2,7 @@
 // $Horde: nag/config/prefs.php.dist,v 1.24 2003/03/04 19:59:31 chuck Exp $
 
 // Make sure that constants are defined.
+ at define('NAG_BASE', dirname(__FILE__) . '/..');
 require_once NAG_BASE . '/lib/Nag.php';
 
 $prefGroups['language'] = array(

Index: prefs.php.dist
===================================================================
RCS file: /repository/mnemo/config/prefs.php.dist,v
retrieving revision 1.12
diff -u -r1.12 prefs.php.dist
--- prefs.php.dist	4 Mar 2003 19:59:27 -0000	1.12
+++ prefs.php.dist	4 Mar 2003 20:34:05 -0000
@@ -2,6 +2,7 @@
 // $Horde: mnemo/config/prefs.php.dist,v 1.12 2003/03/04 19:59:27 chuck Exp $
 
 // Make sure that constants are defined.
+ at define('MNEMO_BASE', dirname(__FILE__) . '/..');
 require_once MNEMO_BASE . '/lib/Mnemo.php';
 
 $prefGroups['language'] = array(

Hope this helps

Robert

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digitale PGP-Unterschrift
Url : http://lists.horde.org/archives/dev/attachments/20030304/9092cf01/attachment.bin


More information about the dev mailing list