[Tickets #2479] NEW: Error in impt\templates\folders\import.inc

bugs@bugs.horde.org bugs at bugs.horde.org
Fri Aug 19 08:19:21 PDT 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=2479
-----------------------------------------------------------------------
 Ticket             | 2479
 Created By         | ddibox at mail.ru
 Summary            | Error in impt\templates\folders\import.inc
 Queue              | IMP
 Version            | 4.0.3
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


ddibox at mail.ru (2005-08-19 08:19) wrote:

This template has:
<?php echo sprintf(_("Import mbox file %s into folder %s."),
'&nbsp;&nbsp;<input name="mbox_upload" type="file" size="30" class="fixed"
/>&nbsp;&nbsp;','<b>' . $folder_list[0] . '</b>') ?>

It must have:
<?php echo sprintf(_("Import mbox file %s into folder %s."),
'&nbsp;&nbsp;<input name="mbox_upload" type="file" size="30"
class="fixed"/>&nbsp;&nbsp;','<b>' .
String::convertCharset($folder_list[0],'UTF7-IMAP', NLS::getCharset()) .
'</b>') ?>





More information about the bugs mailing list