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 4d5cbbd + a7c2fd2 commit 69a3ed7Copy full SHA for 69a3ed7
1 file changed
code/Forms.class.php
@@ -701,7 +701,7 @@ public static function saveBuilderSettings($info)
701
$include_review_page = isset($info["include_review_page"]) ? "yes" : "no";
702
$include_thanks_page_in_nav = isset($info["include_thanks_page_in_nav"]) ? "yes" : "no";
703
704
- $offline_date = "";
+ $offline_date = null;
705
if (!empty($info["offline_date"]) && preg_match("/\d{2}\/\d{2}\/\d{4}\s\d{2}:\d{2}/", $info["offline_date"])) {
706
list($date, $time) = explode(" ", $info["offline_date"]);
707
list($month, $day, $year) = explode("/", $date);
0 commit comments