[Rt-commit] r18620 - in rt/3.999/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Mon Mar 2 20:46:51 EST 2009
Author: sartak
Date: Mon Mar 2 20:46:51 2009
New Revision: 18620
Modified:
rt/3.999/trunk/ (props changed)
rt/3.999/trunk/lib/RT/Model/User.pm
Log:
r80790 at onn: sartak | 2009-03-02 20:46:46 -0500
Change column timezone to time_zone since that's what jifty checks
Modified: rt/3.999/trunk/lib/RT/Model/User.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/Model/User.pm (original)
+++ rt/3.999/trunk/lib/RT/Model/User.pm Mon Mar 2 20:46:51 2009
@@ -122,7 +122,7 @@
column state => max_length is 100, type is 'varchar(100)', default is '';
column zip => max_length is 16, type is 'varchar(16)', default is '';
column country => max_length is 50, type is 'varchar(50)', default is '';
- column timezone => max_length is 50, type is 'varchar(50)', default is '';
+ column time_zone => max_length is 50, type is 'varchar(50)', default is '';
column pgp_key => type is 'text';
};
More information about the Rt-commit
mailing list