[Rt-commit] r7756 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Wed May 2 23:02:04 EDT 2007


Author: ruz
Date: Wed May  2 23:02:04 2007
New Revision: 7756

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/html/Elements/RT__User/ColumnMap

Log:
 r5224 at cubic-pc:  cubic | 2007-05-03 07:00:23 +0400
 * update list of fields


Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/RT__User/ColumnMap
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/RT__User/ColumnMap	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/RT__User/ColumnMap	Wed May  2 23:02:04 2007
@@ -59,7 +59,9 @@
     },
 };
 
-foreach my $col(qw(Name RealName)) {
+foreach my $col(qw(Name RealName NickName EmailAddress Organization 
+    HomePhone WorkPhone MobilePhone PagerPhone Address1 Address2 City State Zip Country))
+{
     $USER_COLUMN_MAP->{ $col } = { attribute => $col, value => sub { return $_[0]->$col() } };
 }
 


More information about the Rt-commit mailing list