added create Author

This commit is contained in:
Peter 'Pita' Martischka 2011-08-09 12:09:04 +01:00
parent e6ba60bddc
commit e336b4f940
3 changed files with 8 additions and 10 deletions

View file

@ -41,7 +41,7 @@ var functions = {
"listPads" : ["groupID"],
"createPad" : ["padID", "text"],
"createGroupPad" : ["groupID", "padName", "text"],
// "createAuthor" : ["name"],
"createAuthor" : ["name"],
// "getMappedAuthor4" : ["authorMapper" , "name"],
// "createSession" : ["groupID", "authorID", "validUntil"],
// "deleteSession" : ["sessionID"],