No quotes around the default date and time format!

SVN:trunk[4138]
This commit is contained in:
Denis Flaven
2016-05-25 09:28:40 +00:00
parent f6b185388a
commit 4bebcdc63a

View File

@@ -197,7 +197,7 @@ function FormatDatesInPreview(sRadioSelector, sPreviewSelector)
{
if ($('#'+sRadioSelector+'_date_time_format_default').prop('checked'))
{
sPHPFormat = '$sJSDefaultDateTimeFormat';
sPHPFormat = $sJSDefaultDateTimeFormat;
}
else
{