[Tickets #8468] Re: Renaming public folder is wrong
bugs at horde.org
bugs at horde.org
Thu Aug 6 17:14:03 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8468
------------------------------------------------------------------------------
Ticket | 8468
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Renaming public folder is wrong
Queue | IMP
Version | 4.3.4
Type | Bug
-State | Feedback
+State | Resolved
Priority | 2. Medium
Milestone | 4.3.5
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2009-08-06 13:14) wrote:
> I have to change
> $old_names = array_map('trim', explode("\n",
> Horde_Util::getFormData('old_names')));
> $new_names = array_map('trim', explode("\n",
> Horde_Util::getFormData('new_names')));
> to:
> $old_names = array_map('trim', explode("\n",
> Util::getFormData('old_names')));
> $new_names = array_map('trim', explode("\n",
> Util::getFormData('new_names')));
Thanks for the catch - my system is set up so that both are available
so I didn't notice this. And thanks for helping to resolve this issue.
More information about the bugs
mailing list