add missed NULL_DATE
This commit is contained in:
parent
d1d33dc79a
commit
0557a42e2f
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ function events_post(App $a) {
|
||||||
goaway($onerror_url);
|
goaway($onerror_url);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((! $summary) || ($start === '0000-00-00 00:00:00')) {
|
if ((! $summary) || ($start === NULL_DATE)) {
|
||||||
notice(t('Event title and start time are required.') . EOL);
|
notice(t('Event title and start time are required.') . EOL);
|
||||||
if (intval($_REQUEST['preview'])) {
|
if (intval($_REQUEST['preview'])) {
|
||||||
echo t('Event title and start time are required.');
|
echo t('Event title and start time are required.');
|
||||||
|
|
Loading…
Reference in a new issue