[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-737-ge697eba

Kevin Falcone falcone at bestpractical.com
Fri Sep 10 16:33:25 EDT 2010


The branch, 3.9-trunk has been updated
       via  e697eba8494d5b1877cc5c0b719903360ea3f812 (commit)
      from  d84fd00e4ae2a6f51c3d4f28ec11bae69137c862 (commit)

Summary of changes:
 lib/RT/User_Overlay.pm |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

- Log -----------------------------------------------------------------
commit e697eba8494d5b1877cc5c0b719903360ea3f812
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Sep 10 16:35:56 2010 -0400

    Remove dead code
    
    This code has been here, unused, for 10 years.

diff --git a/lib/RT/User_Overlay.pm b/lib/RT/User_Overlay.pm
index bd02621..dd8d908 100755
--- a/lib/RT/User_Overlay.pm
+++ b/lib/RT/User_Overlay.pm
@@ -1484,13 +1484,6 @@ sub _Value {
     my $self  = shift;
     my $field = shift;
 
-    #If the current user doesn't have ACLs, don't let em at it.  
-
-    my @PublicFields = qw( Name EmailAddress Organization Disabled
-      RealName NickName Gecos ExternalAuthId
-      AuthSystem ExternalContactInfoId
-      ContactInfoSystem );
-
     #if the field is public, return it.
     if ( $self->_Accessible( $field, 'public' ) ) {
         return ( $self->SUPER::_Value($field) );

-----------------------------------------------------------------------


More information about the Rt-commit mailing list