[Tickets #2053] NEW: serialize problem
bugs@bugs.horde.org
bugs at bugs.horde.org
Tue May 31 01:30:58 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2053
-----------------------------------------------------------------------
Ticket | 2053
Created By | david at tmv.gov.tw
Summary | serialize problem
Queue | Ulaform
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
david at tmv.gov.tw (2005-05-31 01:30) wrote:
Incorrect serialized paramater was saved to ulaform_fields:field_params,if
use non ASCII in it.
For example,create new form with "Drop down list" type ,and use multibyte in
values.
Here are the record point to the it.
a:2:{s:6:"values";s:15:"??1,??2";s:6:"prompt";s:0:"";}
should be fixed as ==>
a:2:{s:6:"values";s:11:"??1,??2";s:6:"prompt";s:0:"";}
More information about the bugs
mailing list