[dev] [PATCH] sam framework fixes

Bernard Blackham b-horde at blackham.com.au
Mon Feb 16 07:02:47 PST 2004


Attached.

Bernard.

-- 
 Bernard Blackham <bernard at blackham dot com dot au>
-------------- next part --------------
Index: base.php
===================================================================
RCS file: /repository/sam/lib/base.php,v
retrieving revision 1.21
diff -u -r1.21 base.php
--- base.php	24 Jan 2004 20:04:52 -0000	1.21
+++ base.php	16 Feb 2004 15:00:41 -0000
@@ -44,10 +44,10 @@
 require_once SAM_BASE . '/lib/SAM.php';
 
 // Help.
-require_once HORDE_BASE . '/lib/Help.php';
+require_once HORDE_LIBS . 'Horde/Help.php';
 
 // Browser detection library.
-require_once HORDE_BASE . '/lib/Browser.php';
+require_once HORDE_LIBS . 'Horde/Browser.php';
 $browser = &Browser::singleton();
 
 // Start compression.


More information about the dev mailing list