Index: branches/5.2.x/units/downloads/downloads_config.php =================================================================== diff -u -r16385 -r16835 --- branches/5.2.x/units/downloads/downloads_config.php (.../downloads_config.php) (revision 16385) +++ branches/5.2.x/units/downloads/downloads_config.php (.../downloads_config.php) (revision 16835) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'FileId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'Filename' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), - 'IPAddress' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), + 'IPAddress' => Array ('type' => 'string', 'max_len' => 50, 'not_null' => 1, 'default' => ''), 'StartedOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => NULL), 'EndedOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => NULL), ), @@ -113,4 +113,4 @@ ), ), ), -); \ No newline at end of file +);