[horde] small patch for problem.php
rcooper at jamesconeyisland.com
rcooper at jamesconeyisland.com
Sat Oct 4 20:31:41 PDT 2003
Doh. Horde CVS. Fixes not found error. My apologies for not
giving this info to the folks who cannot read minds.
Quoting rcooper at jamesconeyisland.com:
> Wheres the proper place to post this?
>
> @@ -18,3 +18,3 @@
>
> -define('HORDE_BASE', dirname(__FILE__));
> +define('HORDE_BASE', dirname(__FILE__) . '/..');
> require_once HORDE_BASE . '/lib/base.php';
> @@ -114,3 +114,3 @@
> require HORDE_TEMPLATES . '/common-header.inc';
> -require HORDE_BASE . '/navbar.php';
> +require HORDE_BASE . '/services/portal/navbar.php';
> require HORDE_TEMPLATES . '/problem/problem.inc';
>
>
>
>
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
>
More information about the horde
mailing list