Explorar el 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 hace 9 años
padre
commit
b3c2bc6836
Se han modificado 1 ficheros con 1 adiciones y 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
 	{