Skip to content

Commit 1a26b7b

Browse files
committed
2 parents 3a82f7c + 69a3ed7 commit 1a26b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/Forms.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ public static function saveBuilderSettings($info)
701701
$include_review_page = isset($info["include_review_page"]) ? "yes" : "no";
702702
$include_thanks_page_in_nav = isset($info["include_thanks_page_in_nav"]) ? "yes" : "no";
703703

704-
$offline_date = "";
704+
$offline_date = null;
705705
if (!empty($info["offline_date"]) && preg_match("/\d{2}\/\d{2}\/\d{4}\s\d{2}:\d{2}/", $info["offline_date"])) {
706706
list($date, $time) = explode(" ", $info["offline_date"]);
707707
list($month, $day, $year) = explode("/", $date);

0 commit comments

Comments
 (0)