tbrehm
2009-10-29 f7333ac86936f056122717c5bfb1ecd971b75e29
interface/web/mail/mail_user_filter_edit.php
@@ -104,9 +104,10 @@
         }
      }
      
      // We did not found our rule, so we add it now.
      // We did not found our rule, so we add it now as first rule.
      if($found == false) {
         $out .= $this->getRule();
         $new_rule = $this->getRule();
         $out = $new_rule . $out;
      }
      
      $out = $app->db->quote($out);