From 50c6d10218138f8fdcb669677fe41e0ecf42e454 Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Thu, 19 May 2011 13:07:15 -0400
Subject: [PATCH] Sync some of our fixes.  favicon.ico is just to  stop the 404s from new browsers that check.

---
 interface/web/mail/form/spamfilter_users.tform.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/web/mail/form/spamfilter_users.tform.php b/interface/web/mail/form/spamfilter_users.tform.php
index c3fd0fd..b14fb78 100644
--- a/interface/web/mail/form/spamfilter_users.tform.php
+++ b/interface/web/mail/form/spamfilter_users.tform.php
@@ -78,7 +78,7 @@
 		'policy_id' => array (
 			'datatype'	=> 'INTEGER',
 			'formtype'	=> 'SELECT',
-			'default'	=> '',
+			'default'	=> '5',
 			'datasource'	=> array ( 	'type'	=> 'SQL',
 										'querystring' => 'SELECT id,policy_name FROM spamfilter_policy WHERE {AUTHSQL} ORDER BY policy_name',
 										'keyfield'=> 'id',
@@ -122,4 +122,4 @@
 );
 
 
-?>
\ No newline at end of file
+?>

--
Gitblit v1.9.1