Changes between Version 56 and Version 57 of XmlRpcPlugin


Ignore:
Timestamp:
Jan 17, 2008, 12:37:16 PM (16 years ago)
Author:
anonymous
Comment:

There is no s in the comment attribute.

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v56 v57  
    158158# write to the SandBox page from a text file
    159159sandbox_content = file("sandbox.txt").read()
    160 server.wiki.putPage("SandBox", sandbox_content, {"comments": "testing the WikiRPC interface"})
     160server.wiki.putPage("SandBox", sandbox_content, {"comment": "testing the WikiRPC interface"})
    161161}}}
    162162