changed name of getMapped*4 functions to create*IfNotExistsFor

This commit is contained in:
Peter 'Pita' Martischka 2011-08-10 12:38:03 +01:00
parent 578f8db311
commit dc15682a27
5 changed files with 8 additions and 8 deletions

View file

@ -71,7 +71,7 @@ exports.createGroup = function(callback)
);
}
exports.getMappedGroup4 = function(groupMapper, callback)
exports.createGroupIfNotExistsFor = function(groupMapper, callback)
{
//ensure mapper is optional
if(typeof groupMapper != "string")