[mnemo] Recent change in templates/view/memo.inc breaks the viewing.
christopher pickert
cpickert at t3inc.us
Mon Jun 28 13:28:32 PDT 2004
Get's an 'unexpected T_STRING on line 63' after the recent changes.
It's due to a typo on the last variable passed to the
Util::addParameter() call. (missing trailing tick ' ).
Patch follows, and is attached.
-- Christopher Pickert <cid:part1.06000607.04010704 at t3inc.us>
file:///C:/memo.inc.patch <cid:part1.06000607.04010704 at t3inc.us>
-------------- next part --------------
--- memo.inc 2004-06-28 09:09:18.000000000 -0600
+++ memo.inc.pickert 2004-06-28 14:23:19.000000000 -0600
@@ -60,7 +60,7 @@
|
<?php endif; ?>
<?php if ($share->hasPermission(Auth::getAuth(), PERMS_DELETE)): ?>
- <?php echo Horde::widget(Horde::applicationUrl(Util::addParameter($memourl, 'actionID', 'delete_memos)), _("Delete"), 'widget', '', '', _("_Delete"), true) ?>
+ <?php echo Horde::widget(Horde::applicationUrl(Util::addParameter($memourl, 'actionID', 'delete_memos')), _("Delete"), 'widget', '', '', _("_Delete"), true) ?>
|
<?php endif; ?>
<?php echo Horde::widget(Horde::applicationUrl('list.php'), _("Back to Notepad"), 'widget', '', '', _("_Back to Notepad"), true) ?>
More information about the mnemo
mailing list