From a6efc78e28cd15fcd89fc72f5a094deaf1d0d77b Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 07 Mar 2008 10:54:00 -0500 Subject: [PATCH] Updated several scripts and language files. Added a helper script for updates from SVN. --- interface/web/mail/form/mail_user.tform.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/mail/form/mail_user.tform.php b/interface/web/mail/form/mail_user.tform.php index eba1e1f..0015d23 100644 --- a/interface/web/mail/form/mail_user.tform.php +++ b/interface/web/mail/form/mail_user.tform.php @@ -94,7 +94,7 @@ 'validators' => array ( 0 => array ( 'type' => 'ISINT', 'errmsg'=> 'quota_error_isint'), ), - 'default' => '', + 'default' => '0', 'value' => '', 'width' => '30', 'maxlength' => '255' -- Gitblit v1.9.1