diff --git a/htdocs/always.php b/htdocs/always.php index e3d8f6c9..b553823b 100644 --- a/htdocs/always.php +++ b/htdocs/always.php @@ -62,7 +62,7 @@ $c->images = $c->base_url . '/images'; $c->template_usr = array( 'active' => true, 'locale' => 'en_GB', 'date_format_type' => 'E', - 'email_ok' => date('Y-m-d') + 'email_ok' => @date('Y-m-d') ); $c->hide_TODO = true; // VTODO only visible to collection owner