[imp] Typo in ingo
   
    Didi Rieder
     
    adrieder@sbox.tugraz.at
       
    Fri, 20 Sep 2002 20:01:04 +0200
    
    
  
Hi,
there is a typo in ingo/lib/Sieve_Script.php, that breaks the created sieve 
scripts. Here the patch....
--- Sieve_Script.php    Fri Sep 20 19:15:02 2002
+++ Sieve_Script.php.new        Fri Sep 20 19:15:02 2002
@@ -1099,7 +1099,7 @@
         $stringlist = '';
         if (count($addresses) > 1) {
-            foreach ($addressess as $address) {
+            foreach ($addresses as $address) {
                 $address = trim($address);
                 if (!empty($address)) {
                     $stringlist .= empty($stringlist) ? '"' : ', "';
Didi
-- 
-------------------------
Didi Rieder
adrieder@sbox.tugraz.at
-------------------------