phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: email/inc class.bopreferences.inc.php,1.17,1.18


From: Angelo Tony Puglisi <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc class.bopreferences.inc.php,1.17,1.18
Date: Wed, 23 Jan 2002 16:18:31 -0500

Update of /cvsroot/phpgroupware/email/inc
In directory subversions:/tmp/cvs-serv21696/email/inc

Modified Files:
        class.bopreferences.inc.php 
Log Message:
add back so-called database de-fanging of user submitted string prefs, 
apparently still an issue at the database level

Index: class.bopreferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.bopreferences.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** class.bopreferences.inc.php 22 Jan 2002 13:16:34 -0000      1.17
--- class.bopreferences.inc.php 23 Jan 2002 21:18:29 -0000      1.18
***************
*** 325,329 ****
                                'widget'        => 'textbox',
                                'accts_usage'   => 'default, extra_accounts',
!                               'write_props'   => 'no_db_defang',
                                'lang_blurb'    => lang('Email Account Name'),
                        //      'init_default'  => 
'function,$this->sub_default_userid($account_id);',
--- 325,330 ----
                                'widget'        => 'textbox',
                                'accts_usage'   => 'default, extra_accounts',
!                               //'write_props' => 'no_db_defang',
!                               'write_props'   => '',
                                'lang_blurb'    => lang('Email Account Name'),
                        //      'init_default'  => 
'function,$this->sub_default_userid($account_id);',
***************
*** 348,352 ****
                                'widget'        => 'textbox',
                                'accts_usage'   => 'default, extra_accounts',
!                               'write_props'   => 'no_db_defang',
                                'lang_blurb'    => lang('Email address'),
                        //      'init_default'  => 
'function,$this->sub_default_address($account_id);',
--- 349,354 ----
                                'widget'        => 'textbox',
                                'accts_usage'   => 'default, extra_accounts',
!                               //'write_props' => 'no_db_defang',
!                               'write_props'   => '',
                                'lang_blurb'    => lang('Email address'),
                        //      'init_default'  => 
'function,$this->sub_default_address($account_id);',
***************
*** 360,364 ****
                                'widget'        => 'textbox',
                                'accts_usage'   => 'default, extra_accounts',
!                               'write_props'   => 'no_db_defang',
                                'lang_blurb'    => lang('Mail Server'),
                                'init_default'  => 
'varEVAL,$GLOBALS["phpgw_info"]["server"]["mail_server"];',
--- 362,367 ----
                                'widget'        => 'textbox',
                                'accts_usage'   => 'default, extra_accounts',
!                               //'write_props' => 'no_db_defang',
!                               'write_props'   => '',
                                'lang_blurb'    => lang('Mail Server'),
                                'init_default'  => 
'varEVAL,$GLOBALS["phpgw_info"]["server"]["mail_server"];',
***************
*** 402,406 ****
                                'widget'        => 'textbox',
                                'accts_usage'   => 'default, extra_accounts',
!                               'write_props'   => 'empty_string_ok, 
no_db_defang',
                                'lang_blurb'    => lang('U-Wash Mail Folder').' 
- ' .lang('If Applicable'),
                                'init_default'  => 
'varEVAL,$GLOBALS["phpgw_info"]["server"]["mail_folder"];',
--- 405,410 ----
                                'widget'        => 'textbox',
                                'accts_usage'   => 'default, extra_accounts',
!                               //'write_props' => 'empty_string_ok, 
no_db_defang',
!                               'write_props'   => 'empty_string_ok',
                                'lang_blurb'    => lang('U-Wash Mail Folder').' 
- ' .lang('If Applicable'),
                                'init_default'  => 
'varEVAL,$GLOBALS["phpgw_info"]["server"]["mail_folder"];',




reply via email to

[Prev in Thread] Current Thread [Next in Thread]