Summary | Patch to kronolith/lib/Block/month.php to show calendar owner |
Queue | Kronolith |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | jon (at) spriggs (dot) org (dot) uk |
Created | 01/31/2007 (6703 days ago) |
Due | |
Updated | 02/02/2007 (6701 days ago) |
Assigned | |
Resolved | 02/02/2007 (6701 days ago) |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
the real name. Thanks!
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Patch to kronolith/lib/Block/month.php to show calendar owner
Queue ⇒ Kronolith
I've made the following small tweak to the month.php from the CVS head
version, and I'd like to think this would be useful.
Regards,
Jon
Index: month.php
===================================================================
RCS file: /repository/kronolith/lib/Block/month.php,v
retrieving revision 1.33
diff -r1.33 month.php
40c40,45
< return Horde::link(Horde::url($registry->getInitialPage(),
true)) . strftime('%B, %Y') . '</a>';
---