>     $text = preg_replace("/\\{\\$(\\$:\\w+)\\}/e",
>       "PVSE(PageVar(\$pagename, '$1'))");

Or go to PageTextVar() directly rather than getting to it thru PageVar() for
performance...?

    $text = preg_replace("/\\{\\$\\$:(\\w+)\\}/e",
        "PVSE(PageTextVar(\$pagename, '$1'))");

-Peter


_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to