Summary | Don't show all types on search.php |
Queue | Whups |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | tinu (at) humbapa (dot) ch |
Created | 07/03/2006 (6963 days ago) |
Due | |
Updated | 07/05/2007 (6596 days ago) |
Assigned | |
Resolved | 07/05/2007 (6596 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
$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.
left handed, whereas duplicated keys are NOT overwritten. (from
http://www.php.net/manual/en/language.operators.array.php)
New Attachment: Search.php.patch2.txt
left handed, whereas duplicated keys are NOT overwritten. (from
http://www.php.net/manual/en/language.operators.array.php)
I attached a new patch so it will work with the new whups-driver-name
($whups_driver).
State ⇒ Rejected
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Don't show all types on search.php
Queue ⇒ Whups
New Attachment: search.php.patch
State ⇒ New
to the shown queues are visible.
e.g. on my setup guest users are not allowed to access all queues, so
I don't want to show them types they don't need.
thanks!