[pmwiki-users] I'm selling the farm ...
Hans
design at softflow.co.uk
Wed Mar 15 13:26:07 CST 2006
Wednesday, March 15, 2006, 7:13:44 PM, Hans wrote:
> $group = FmtPageName('$Group', $pagename);
PS: This first line of the code I posted can be written now as:
$pagename = ResolvePageName($pagename);
$group = PageVar($pagename, '$Group');
I am not yet used to do it this way, and I am not sure what exactly
the advantages are, but I think it is a little faster.
Best,
Hans
More information about the pmwiki-users
mailing list