> On Fri, Feb 29, 2008 at 11:31 AM, Michael Baierl <[EMAIL PROTECTED]> wrote: > > Maximilien Cuony [The_Glu] wrote: > > > - - - Notice: Undefined index: _step in > > > /var/www/webmail/tmp/trunk/roundcubemail/installer/rcube_install.php on > > > line 39 > > These are just noticies so I think they are fine in there - notices > > should be disabled anyways - if you code around undefined index notices > > it will make your life much harder and your code even more unreadable. > > I'll disable notices using ini_set()...
i don't think that turning notices of is a good thing, we need to have a good code, not error_reporting(E_ALL ^ E_NOTICE); _______________________________________________ List info: http://lists.roundcube.net/dev/
