[] not supported in PHP 5.3 to create an empty array
the build was successful

This commit is contained in:
2018-11-29 15:07:04 +01:00
parent 291e74ae1c
commit 91234e68fd
+1 -1
View File
@@ -55,7 +55,7 @@ function eval_date($date) {
if (isset($_POST['tags'])) {
$tags = $_POST['tags'];
} else {
$tags = [];
$tags = array();
}
function send_registration_mail($from, $to) {