added getMappedAuthor4

This commit is contained in:
Peter 'Pita' Martischka 2011-08-09 14:42:12 +01:00
parent e336b4f940
commit f01906d815
3 changed files with 82 additions and 53 deletions

View file

@ -102,10 +102,7 @@ Example returns:
{code: 0, message:"ok", data: {authorID: 5}}
*/
exports.getMappedAuthor4 = function(authorMapper ,name, callback)
{
}
exports.getMappedAuthor4 = authorManager.getMappedAuthor4;
/**********************/
/**SESSION FUNCTIONS***/