You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2009/06/17 17:26:02 UTC

svn commit: r785666 - in /incubator/vcl/trunk/managementnode/lib/VCL: DataStructure.pm utils.pm

Author: fapeeler
Date: Wed Jun 17 15:26:01 2009
New Revision: 785666

URL: http://svn.apache.org/viewvc?rev=785666&view=rev
Log:
VCL-3

user.middlename removed from utils.pm and DataStructure, it not being
used


Modified:
    incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm
    incubator/vcl/trunk/managementnode/lib/VCL/utils.pm

Modified: incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm?rev=785666&r1=785665&r2=785666&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm Wed Jun 17 15:26:01 2009
@@ -416,7 +416,6 @@
 $SUBROUTINE_MAPPINGS{user_mapdrives}      = '$self->request_data->{user}{mapdrives}';
 $SUBROUTINE_MAPPINGS{user_mapprinters}    = '$self->request_data->{user}{mapprinters}';
 $SUBROUTINE_MAPPINGS{user_mapserial}      = '$self->request_data->{user}{mapserial}';
-$SUBROUTINE_MAPPINGS{user_middlename}     = '$self->request_data->{user}{middlename}';
 $SUBROUTINE_MAPPINGS{user_preferred_name} = '$self->request_data->{user}{preferredname}';
 $SUBROUTINE_MAPPINGS{user_showallgroups}  = '$self->request_data->{user}{showallgroups}';
 $SUBROUTINE_MAPPINGS{user_standalone}     = '$self->request_data->{user}{STANDALONE}';

Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/utils.pm?rev=785666&r1=785665&r2=785666&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/utils.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/utils.pm Wed Jun 17 15:26:01 2009
@@ -5524,7 +5524,6 @@
    user.unityid AS user_unityid,
    user.affiliationid AS user_affiliationid,
    user.firstname AS user_firstname,
-   user.middlename AS user_middlename,
    user.lastname AS user_lastname,
    user.preferredname AS user_preferredname,
    user.email AS user_email,