[dev] pref - maxsize

steve mailling at gmx.co.uk
Fri Feb 6 05:55:47 PST 2004


In config.xml, the maxsize is set as not required, so we need to add this: 
(because when we generate conf.php with the Horde admin tool, it can be 
removed)

RCS file: /repository/framework/Prefs/Prefs.php,v
retrieving revision 1.129
diff -w -b -r1.129 Prefs.php
276c276
<         if (isset($conf['prefs']['maxsize'])) {
---
 >         if (isset($conf['prefs']['maxsize']) && 
!is_null($conf['prefs']['maxsize'])) {



More information about the dev mailing list