[dev] Patch for MIME/Contents.php error
Gerard Escalante
g2 at trini.ca
Mon Apr 19 11:49:07 PDT 2004
Hi:
I have been having the same problem as mentioned in the above
"MIME/Contents.php" thread. I think I have found the source of the error (a bit
of a typo), and have patched it. I have attached my patch below.
Thanks!
Gerard Escalante
g2 at trini.ca
-------------- next part --------------
Index: Contents.php
===================================================================
RCS file: /repository/framework/MIME/MIME/Contents.php,v
retrieving revision 1.104
diff -r1.104 Contents.php
669c669
< sprintf(_("If it is not displayed correctly, %s to open it in a new window."), $this->linkViewJS($this->mime_part, 'view_attach', _("click here")))
---
> sprintf(_("If it is not displayed correctly, %s to open it in a new window."), $this->linkViewJS($mime_part, 'view_attach', _("click here")))
More information about the dev
mailing list