|
From: Rob T. <wel...@gm...> - 2005-10-03 09:13:25
|
As my previous message was too big here is the short version. Worked it out=
,
the if statement which checks for the new mailbox parameter hadn't been
changed in the updated changepass.cgi script i.e. change this ....
if (&foreign_check("mailbox")) {
to this ....
if ($config{'mailbox'} && &foreign_check("mailbox")) {
Thanks for the help Jamie.
|