[pmwiki-users] Summary on Notify email

Patrick R. Michaud pmichaud at pobox.com
Sat Jun 24 14:59:25 CDT 2006


On Sat, Jun 24, 2006 at 02:32:37PM -0500, Tegan Dowling wrote:
> Or, rather
> 
> $NotifyItemFmt =" * \$FullName . . . \$PostTime by \$Author\n
> Summary: \$ChangeSummary\n    \$PageUrl?action=diff";
> 
> Sorry.

Slightly better is to make it explicit that these are page
variables by using the curlies:

$NotifyItemFmt = " * {\$FullName} . . . {\$PostTime} by {\$Author}\n
Summary: {\$ChangeSummary}\n    {\$PageUrl}?action=diff";

Pm


> On 6/24/06, Tegan Dowling <tmdowling at gmail.com> wrote:
> > I use this in my Notify email:
> >
> > $MailPostsItemFmt =" * \$FullName . . . \$PostTime by \$Author\n
> > Summary: \$ChangeSummary\n    \$PageUrl?action=diff";
> >
> > The variable you need is \$ChangeSummary
> >
> > On 6/24/06, Michael Slade <mslade1 at rochester.rr.com> wrote:
> > > How can I include the 'Summary' edit change window information into my
> > > Notify email?
> > >
> > > thanks
> > > Michael Slade
> >
> 
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://host.pmichaud.com/mailman/listinfo/pmwiki-users
> 




More information about the pmwiki-users mailing list