Fixing stuff

This commit is contained in:
Wouter van Oijen 2006-05-21 14:49:40 +00:00
parent 38c78e3c62
commit 684f08649d
27 changed files with 672 additions and 414 deletions

View file

@ -252,6 +252,7 @@ Returns a boolean (0|1) value signifying that the user has the required privileg
The group that you wish to verify against the user. Defaults to group with Id 3 (the Admin group).
=cut
sub isInGroup {
my (@data, $groupId);
my ($self, $gid, $secondRun) = @_;
@ -458,7 +459,7 @@ sub newByEmail {
#-------------------------------------------------------------------
=head2 profileField ( fieldName [ value ] )
=head2 profileField ( fieldName [, value ] )
Returns a profile field's value. If "value" is specified, it also sets the field to that value.