[pmwiki-users] $PageUrl not being parsed

Patrick R. Michaud pmichaud at pobox.com
Sat Jan 28 12:11:38 CST 2006


On Sat, Jan 28, 2006 at 05:59:46PM +0000, Hans wrote:
> I think i will update the script. And perhaps write
> 
>    $ForumList['Forum'] = 'true';
> 
> or perhaps set it as SDVA:
> SDVA($ForumList, array(
>    'Forum' => 'true',
>    );
> 
> using 'true' instead of 1 for slightly easier understanding.

Still better would true without the quotes:

    SDVA($ForumList, array(
        'Forum' => true,
        ));

Otherwise someone might try $ForumList['Forum'] = 'false';
and be surprised that it's not false.  :-)

Pm




More information about the pmwiki-users mailing list