search broken in 2.3
   
    Max Kalika
     
    max@the-triumvirate.net
       
    Thu, 19 Oct 2000 12:50:08 -0700 (PDT)
    
    
  
since the change to use $HTTP_GET_VARS, search broke.  Here's a quick fix:
[root@zion imp]# diff -u /tmp/main.inc templates/search/main.inc 
--- /tmp/main.inc       Thu Oct 19 12:43:02 2000
+++ templates/search/main.inc   Thu Oct 19 12:43:20 2000
@@ -2 +2 @@
-<form method="post" name="search" action="<?= Horde::url('mailbox.php?
actionID=' . SEARCH) ?>">
+<form method="get" name="search" action="<?= Horde::url('mailbox.php?
actionID=' . SEARCH) ?>">
--mk23