bernd commited on 2010-08-11 07:12:54
              Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
            
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1770 87cf0b9e-d624-0410-a070-f6ee81989793
| ... | ... | 
                      @@ -42,7 +42,7 @@ if ($_GET['action'] == 'edit')  | 
                  
| 42 | 42 | 
                        break;  | 
                    
| 43 | 43 | 
                        if ($_POST['forward_to_'.$num] == '')  | 
                    
| 44 | 44 | 
                        break;  | 
                    
| 45 | 
                        -      $fwd = array("spamfilter" => $_POST['spamfilter_action_'.$num], "destination" => $_POST['forward_to_'.$num]);
                       | 
                    |
| 45 | 
                        +      $fwd = array("spamfilter" => $_POST['spamfilter_action_'.$num], "destination" => chop($_POST['forward_to_'.$num]));
                       | 
                    |
| 46 | 46 | 
                        array_push($account['forwards'], $fwd);  | 
                    
| 47 | 47 | 
                        $num++;  | 
                    
| 48 | 48 | 
                        }  | 
                    
| 49 | 49 |