Removed a PHP notice

This commit is contained in:
gustav_delius
2006-09-17 17:33:42 +00:00
parent 01b91ac459
commit 02cc013abf
+1 -1
View File
@@ -378,7 +378,7 @@
$form->timestart = make_timestamp($cal_y, $cal_m, 1, 0, 0, 0);
}
}
if($form->timestart < 0) {
if(!isset($form->timestart) or $form->timestart < 0) {
$form->timestart = time();
}