diff --git a/js/tbl_change.js b/js/tbl_change.js index a5ee5c1c1..36c4303ef 100644 --- a/js/tbl_change.js +++ b/js/tbl_change.js @@ -9,7 +9,7 @@ * Modify from controls when the "NULL" checkbox is selected * * @param string the MySQL field type - * @param string the urlencoded field name - OBSOLETE + * @param string the urlencoded field name - OBSOLETE * @param string the md5 hashed field name * @param string the multi_edit row sequence number * @@ -81,7 +81,7 @@ function fractionReplace(num) case 8:res= "08";break; case 9:res= "09";break; } - return res; + return res; } /* function to check the validity of date @@ -96,7 +96,7 @@ function isDate(val,tmstmp) val=val.replace(/[.|*|^|+|//|@]/g,'-'); var arrayVal=val.split("-"); for(var a=0;a