6.0.0-beta1
9/24/25

[#2479] Error in impt\templates\folders\import.inc
Summary Error in impt\templates\folders\import.inc
Queue IMP
Queue Version 4.0.3
Type Bug
State Resolved
Priority 1. Low
Owners
Requester ddibox (at) mail (dot) ru
Created 08/19/2005 (7341 days ago)
Due
Updated 08/19/2005 (7341 days ago)
Assigned
Resolved 08/19/2005 (7341 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
08/19/2005 04:33:30 PM Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Committed, thanks.
08/19/2005 03:19:20 PM ddibox (at) mail (dot) ru Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Error in impt\templates\folders\import.inc
Queue ⇒ IMP
Reply to this comment
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>') ?>


Saved Queries