[pmwiki-users] notify
Patrick R. Michaud
pmichaud at pobox.com
Wed Aug 9 10:10:43 CDT 2006
On Wed, Aug 09, 2006 at 04:51:40PM +0200, Thomas N. Burg wrote:
> Hi,
>
> I get an error message with this in config.php
>
> $NotifyList[]='notify=xy at xy.com,xy at xyz.com,lm at km.com';
> $NotifyList[]='notify=xy at abx.net,12 at orgino.de,kor at kor.com'
> name=Main.Sessions;
>
> There must be something wrong with the notation of the second line. I
> want extra notifications for just one page
> Can you help me out?
It has to be all in one string (and probably w/o any lines in the middle),
thus:
$NotifyList[]=
'notify=xy at abx.net,12 at orgino.de,kor at kor.com name=Main.Sessions';
Pm
More information about the pmwiki-users
mailing list