Re: Bug: Contents of task not shown in HEAD (Patch)
Jan Kuipers <[email protected]>
| Newsgroups | gmane.comp.horde.nag |
|---|---|
| Message-ID | <[email protected]> |
Citeren Jan Kuipers <[email protected]>: > Regarding HEAD branch: > > The contents of a task (existing or new) is not shown! Because of this > editing > of a task isn't possible too. Possible patch attached -- Jan Kuipers Systeembeheer Lauwers College -- Nag mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
headers.inc.diff.txt
(text/plain, 747 B)
Index: headers.inc
===================================================================
RCS file: /repository/nag/templates/view/headers.inc,v
retrieving revision 1.15
diff -u -r1.15 headers.inc
--- headers.inc 20 Sep 2002 15:57:29 -0000 1.15
+++ headers.inc 24 Sep 2002 12:43:30 -0000
@@ -11,7 +11,7 @@
</tr>
<tr>
<td class="item1" align="right" valign="top" nowrap="nowrap"><b><?php echo _("Category") ?>:</b> </td>
- <td class="item1" width="100%"><?php echo Nag::formatCategory($task['category']) ?></td>
+ <td class="item1" width="100%"><?php echo Nag::formatCategory(null, $task['category']) ?></td>
</tr>
<tr>
<td class="item0" align="right" valign="top" nowrap="nowrap"><b><?php echo _("Due By") ?>:</b> </td>