On Wednesday 03 February 2010 21:49:55, Hans wrote :
> When a PTV 'var' gets updated and the page redisplayed with
> HandleBrowse() instead of Redirect(), although the new value
> is saved to file the old value still displays with {$:var}

I think you could place such a line just before calling UpdatePage() :

  PCache($pagename, $new); # $new['text'] contains the updated PTVs
  UpdatePage($pagename, $page, $new); # as usual

Petko

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

Reply via email to