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

sartak at bestpractical.com sartak at bestpractical.com
Fri Sep 7 12:37:28 EDT 2007


Author: sartak
Date: Fri Sep  7 12:37:26 2007
New Revision: 8961

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/RT/User.pm

Log:
 r42423 at onn:  sartak | 2007-09-07 12:37:13 -0400
 Fix faulty revert. I need to actually learn svk :)


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/User.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/User.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/User.pm	Fri Sep  7 12:37:26 2007
@@ -825,7 +825,6 @@
 		{read => 1, write => 1, sql_type => 12, length => 50,  is_blob => 0,  is_numeric => 0,  type => 'varchar(50)', default => ''},
         PGPKey => 
 		{read => 1, write => 1, sql_type => -4, length => 0,  is_blob => 1,  is_numeric => 0,  type => 'text', default => ''},
-		{read => 1, write => 1, sql_type => -4, length => 0,  is_blob => 1,  is_numeric => 0,  type => 'text', default => ''},
         Creator => 
 		{read => 1, auto => 1, sql_type => 4, length => 11,  is_blob => 0,  is_numeric => 1,  type => 'int(11)', default => '0'},
         Created => 


More information about the Rt-commit mailing list