Explorar o código

No quotes around the default date and time format!

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4138 a333f486-631f-4898-b8df-5754b55c2be0
dflaven %!s(int64=9) %!d(string=hai) anos
pai
achega
b3c2bc6836
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      webservices/export-v2.php

+ 1 - 1
webservices/export-v2.php

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