ars_decodeStatusHistory($field_value)
Example:
my @d = (); $d[0]->{TIME} = "1078759891"; $d[0]->{USER} = "miz"; $d[1]->{TIME} = "1078759899"; $d[1]->{USER} = "louise"; $d[2]->{TIME} = ""; $d[2]->{USER} = ""; $d[3]->{TIME} = "1078759993"; $d[3]->{USER} = "louise"; my $field_value = encodeStatusHistory(@d);ars_encodeStatusHistory was introduced in version 1.85 of ARSperl courtesy of Misi Mladoniczky
Last changes to this page 11 September 1998 by jcmurphy@arsperl.org