[Tickets #3725] NEW: allow associative arrays in text_diff
bugs@bugs.horde.org
bugs at bugs.horde.org
Fri Mar 31 05:24:07 PST 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3725
-----------------------------------------------------------------------
Ticket | 3725
Created By | vilius at lnk.lt
Summary | allow associative arrays in text_diff
Queue | Horde Framework Packages
Version | HEAD
State | New
Priority | 1. Low
Type | Enhancement
Owners |
-----------------------------------------------------------------------
vilius at lnk.lt (2006-03-31 05:24) wrote:
Allow to compare associative arrays in Text_Diff package. Such as:
$array1 = array("one" => "1", "two" => "2");
$array2 = array("one" => "2", "two" => "3");
which should produse
<del>1</del>
2
<ins>3</ins>
More information about the bugs
mailing list