Re: Question and patch.

Edwin Culp <[email protected]> Sun, 27 Jun 2004 06:33:42 -0500
Newsgroups gmane.comp.horde.nag
Message-ID <[email protected]>
Forgot the patch, sorry.

Quoting Edwin Culp <[email protected]>:

> I was looking at some tasks and thought I would give "add follow
> up task" a try since I wasn't sure what it might do.  I got an
> error because it was looking for -require NAG_TEMPLATES .
> '/list/footer.inc'; which doesn't exist.  I assume that it
> should be /list/task_footers.inc, if that is true I have
> attached a patch.
>
> After changing, and clicking on add follow up task and having it
> apparently register itself as a follow up task, I still don't
> understand what I have done.  Could someone tell me what it
> can/should be used for?
>
> Thanks,
>
> ed
>
> PS this is head version from this morning.
> --
> Nag mailing list - Join the hunt: http://horde.org/bounties/#nag
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: [email protected]

-- 
Nag mailing list - Join the hunt: http://horde.org/bounties/#nag
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
addlink.diff (text/x-patch, 514 B)
Index: addlink.php
===================================================================
RCS file: /repository/nag/addlink.php,v
retrieving revision 1.18
diff -u -r1.18 addlink.php
--- addlink.php	17 Jun 2004 15:02:26 -0000	1.18
+++ addlink.php	27 Jun 2004 11:03:57 -0000
@@ -152,5 +152,5 @@
     require NAG_TEMPLATES . '/list/empty.inc';
 }
 
-require NAG_TEMPLATES . '/list/footer.inc';
+require NAG_TEMPLATES . '/list/task_footers.inc';
 require $registry->getParam('templates', 'horde') . '/common-footer.inc';