Variable wrongDateformat in wrongDateFormat umbenannt
authorThomas Kasulke <t.kasulke@linet-services.de>
Fri, 20 Apr 2007 08:40:05 +0000 (08:40 +0000)
committerThomas Kasulke <t.kasulke@linet-services.de>
Fri, 20 Apr 2007 08:40:05 +0000 (08:40 +0000)
js/common.js

index f25a159..dd0e0ec 100644 (file)
@@ -7,7 +7,7 @@ function setupPoints(numberformat, wrongFormat) {
   else {
     thpoint = null;
   }
-  wrongNumberformat = wrongFormat + " ( " + numberformat + " ) ";  
+  wrongNumberFormat = wrongFormat + " ( " + numberformat + " ) ";  
 }
 
 function setupDateFormat(setDateFormat, setWrongDateFormat) {