[otrs-cvs] CVS: otrs/Kernel/System Group.pm,1.38,1.39

cvs-log at otrs.org cvs-log at otrs.org
Tue Aug 1 23:42:45 CEST 2006


Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv13896/Kernel/System

Modified Files:
	Group.pm 
Log Message:
fixed typos in pod

Index: Group.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Group.pm,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** Group.pm	11 Jul 2006 11:14:23 -0000	1.38
--- Group.pm	1 Aug 2006 20:42:43 -0000	1.39
***************
*** 1298,1302 ****
  to add a new role
  
!   my $ID = $RoleObject->RoleAdd(
        Name => 'example-group',
        ValidID => 1,
--- 1298,1302 ----
  to add a new role
  
!   my $ID = $GroupObject->RoleAdd(
        Name => 'example-group',
        ValidID => 1,
***************
*** 1359,1363 ****
  returns a hash with role data
  
!   %RoleData = $RoleObject->RoleGet(ID => 2);
  
  =cut
--- 1359,1363 ----
  returns a hash with role data
  
!   %RoleData = $GroupObject->RoleGet(ID => 2);
  
  =cut
***************
*** 1402,1406 ****
  update of a role
  
!   $RoleObject->RoleUpdate(
        ID => 123,
        Name => 'example-group',
--- 1402,1406 ----
  update of a role
  
!   $GroupObject->RoleUpdate(
        ID => 123,
        Name => 'example-group',
***************
*** 1446,1450 ****
  returns a hash of all roles
  
!   my %Roles = $RoleObject->RoleList(Valid => 1);
  
  =cut
--- 1446,1450 ----
  returns a hash of all roles
  
!   my %Roles = $GroupObject->RoleList(Valid => 1);
  
  =cut



More information about the cvs-log mailing list