Index: branches/5.2.x/units/posts/posts_config.php =================================================================== diff -u -r16384 -r16834 --- branches/5.2.x/units/posts/posts_config.php (.../posts_config.php) (revision 16384) +++ branches/5.2.x/units/posts/posts_config.php (.../posts_config.php) (revision 16834) @@ -1,6 +1,6 @@ Array ( 'PostingId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), - 'IPAddress' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), + 'IPAddress' => Array ('type' => 'string', 'max_len' => 50, 'not_null' => 1, 'default' => ''), 'PosterAlias' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'Pending' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'Subject' => Array ('type' => 'string', 'max_len' => 255, 'default' => NULL),