Preorder Status Trigger Email done

This commit is contained in:
Frank Schubert
2024-12-09 16:47:11 +01:00
parent 25d4e8271f
commit 72367e2a63
9 changed files with 451 additions and 34 deletions

View File

@@ -342,7 +342,7 @@ class mfBaseController
$t[3] = 0;
}
} else {
$t = array(0, 0, 0);
$t = array(0, 0, 0, 0);
}
// make and return timestamp
$ts = mktime($t[1], $t[2], $t[3], $d[2], $d[1], $d[3]);