From: Gary M. <ga...@ed...> - 2001-12-05 03:32:23
|
Aside from the fact that the included config.php file is from some University, not too much problems. Note to authors: I had to change the getPref default parameter line in the db_prefs.php file from: function getPref($data_dir, $username, $string, $default ) { to: function getPref($data_dir, $username, $string, $default = '' ) { ^^^^^ It blew up with no default values. - Gary Edward Muller wrote: > > Has anyone had any problems with it yet? > -- > ------------------------------- > Edward Muller > Director of IS > > 973-715-0230 (cell) > 212-487-9064 x115 (NYC) > > http://www.learningpatterns.com > ------------------------------- > > -- > squirrelmail-users mailing list > List Address: squ...@li... > List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users |