split createPad to createPad and createGroupPad

pull/85/merge
Peter 'Pita' Martischka 2011-08-04 18:22:03 +01:00
parent 3e0f30bdde
commit 8dabdc8e95
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ var functions = {
// "getMappedGroup4" : ["groupMapper"],
// "deleteGroup" : ["groupID"],
// "listPads" : ["groupID"],
// "createPad" : ["groupID", "padName", "text"],
// "createPad" : ["padName", "text"],
// "createGroupPad" : ["groupID", "padName", "text"],
// "createAuthor" : ["name"],
// "getMappedAuthor4" : ["authorMapper" , "name"],
// "createSession" : ["groupID", "authorID", "validUntil"],