[Pmwiki-users] Another suggested patch for 0.6 b4

Davis, James C. jdavis
Sat Feb 7 18:27:01 CST 2004


In 0.6 b4 page passwords cannot be set via action=attr because the action for the attribute form is blank. This is because the global variable $ScriptUrl is not imported to the PrintAttrForm function. I would like to suggest the following revision:

in pmwiki.php change line 940

from:  global $PageAttributes;
  to:  global $PageAttributes,$ScriptUrl;

Thanks,

James Davis
Network Manager
College of Business
Texas A&M University-Corpus Christi 



More information about the pmwiki-users mailing list