<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Don&#039;t show all types on search.php</title> 
  <pubDate>Fri, 10 Apr 2026 13:09:12 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/4107</link> 
  <atom:link rel="self" type="application/rss+xml" title="Don&#039;t show all types on search.php" href="https://bugs.horde.org/ticket/4107/rss" /> 
  <description>Don&#039;t show all types on search.php</description> 
 
   
   
  <item> 
   <title>this little patch modifies search.php so that only the types</title> 
   <description>this little patch modifies search.php so that only the types according to the shown queues are visible.

e.g. on my setup guest users are not allowed to access all queues, so I don&#039;t want to show them types they don&#039;t need.

thanks!</description> 
   <pubDate>Mon, 03 Jul 2006 07:35:03 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4107#t21610</link> 
  </item> 
   
  <item> 
   <title>Doesn&#039;t this duplicate types that are used in more than one </title> 
   <description>Doesn&#039;t this duplicate types that are used in more than one (visible) queue?</description> 
   <pubDate>Wed, 05 Jul 2006 03:13:30 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4107#t21666</link> 
  </item> 
   
  <item> 
   <title>No feedback.</title> 
   <description>No feedback.</description> 
   <pubDate>Thu, 20 Jul 2006 19:15:18 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4107#t22156</link> 
  </item> 
   
  <item> 
   <title>sorry I somehow forgot this ticket...



&gt; Doesn&#039;t this dupl</title> 
   <description>sorry I somehow forgot this ticket...



&gt; Doesn&#039;t this duplicate types that are used in more than one (visible) queue?

it should not: The + operator appends the right handed array to the 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).</description> 
   <pubDate>Tue, 03 Jul 2007 10:24:54 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4107#t34892</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; Doesn&#039;t this duplicate types that are used in more than o</title> 
   <description>&gt;&gt; Doesn&#039;t this duplicate types that are used in more than one (visible) queue?

&gt; it should not: The + operator appends the right handed array to the 

&gt; left handed, whereas duplicated keys are NOT overwritten. (from 

&gt; http://www.php.net/manual/en/language.operators.array.php)



Duplicate keys not being overwritten means that they _are_ duplicated...</description> 
   <pubDate>Tue, 03 Jul 2007 21:13:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4107#t34905</link> 
  </item> 
   
  <item> 
   <title>the following code:



$a1 = array(1=&gt;&#039;a&#039;, 2=&gt;&#039;b&#039;);

$a2 = a</title> 
   <description>the following code:



$a1 = array(1=&gt;&#039;a&#039;, 2=&gt;&#039;b&#039;);

$a2 = array(1=&gt;&#039;a&#039;, 2=&gt;&#039;c&#039;, 3=&gt;&#039;d&#039;);

print_r($a1+$a2);



outputs: Array ( [1] =&gt; a [2] =&gt; b [3] =&gt; d )

&quot;+&quot; only merge entries if the key doesn&#039;t already exists.</description> 
   <pubDate>Wed, 04 Jul 2007 07:23:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4107#t34926</link> 
  </item> 
   
  <item> 
   <title>Alright, I&#039;m convinced. Committed, thanks.</title> 
   <description>Alright, I&#039;m convinced. Committed, thanks.</description> 
   <pubDate>Thu, 05 Jul 2007 16:57:28 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4107#t34986</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
