We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c497122 + ce5804a commit 5390fedCopy full SHA for 5390fed
src/global/code/Forms.class.php
@@ -986,7 +986,7 @@ public static function finalizeForm($form_id)
986
987
$query .= "submission_date DATETIME NOT NULL,
988
last_modified_date DATETIME NOT NULL,
989
- ip_address VARCHAR(15),
+ ip_address VARCHAR(39),
990
is_finalized ENUM('yes','no') default 'yes')
991
Engine=InnoDB DEFAULT CHARSET = $db_table_charset";
992
0 commit comments