[Tickets #4107] Re: Don't show all types on search.php
bugs at bugs.horde.org
bugs at bugs.horde.org
Wed Jul 4 07:23:16 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4107
-----------------------------------------------------------------------
Ticket | 4107
Updated By | tinu at humbapa.ch
Summary | Don't show all types on search.php
Queue | Whups
Type | Enhancement
State | Rejected
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
tinu at humbapa.ch (2007-07-04 00:23) wrote:
the following code:
$a1 = array(1=>'a', 2=>'b');
$a2 = array(1=>'a', 2=>'c', 3=>'d');
print_r($a1+$a2);
outputs: Array ( [1] => a [2] => b [3] => d )
"+" only merge entries if the key doesn't already exists.
More information about the bugs
mailing list