Development: WAMP(XP-2.2.9-5.0.51a-5.2.6)
Production: LAMP(Debian5.0-2.2.9-5.0.51-5.2.6)
TNG 7.03
Drupal 6.10
Schema for tngintegrate table calls for "'size' => 'medium'" for fields "created" and "lastlogin". This creates a MEDIUMINT(9) field. Problem is that the date values are being written in 10 character values. Schema for "created" and "lastlogin" should be changed to "'size' => 'normal'". This will create INT(11) fields and the problem is solved.
Need a diff? Want it submitted to CVS?
Comments
Comment #1
arturoramos commentedEric:
I had tuned out of this project altogether for quite while and am now just looking at it. If you would like to become a maintainer on the module and put your changes into effect, that would be great.
Comment #2
arturoramos commentedThis issue is fixed in the beta-3 version.