diff --git a/src/global/code/Forms.class.php b/src/global/code/Forms.class.php index b95d3c20..893bf97d 100644 --- a/src/global/code/Forms.class.php +++ b/src/global/code/Forms.class.php @@ -986,7 +986,7 @@ public static function finalizeForm($form_id) $query .= "submission_date DATETIME NOT NULL, last_modified_date DATETIME NOT NULL, - ip_address VARCHAR(15), + ip_address VARCHAR(39), is_finalized ENUM('yes','no') default 'yes') Engine=InnoDB DEFAULT CHARSET = $db_table_charset";