diff --git a/ChangeLog b/ChangeLog index cd91dcadb..e4468b57d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ $Source$ 2003-06-25 Michal Cihar * libraries/sqlparser.lib.php3: Fixed XSS problem. + * tbl_properties.inc.php3, libraries/functions.js: Alert user when not + specied length for CHAR/VARCHAR fields. 2003-06-24 Marc Delisle * sql.php3, bug 759568, row count, DISTINCT and MySQL 4 diff --git a/libraries/functions.js b/libraries/functions.js index 0dd81645c..f5facdb17 100644 --- a/libraries/functions.js +++ b/libraries/functions.js @@ -246,6 +246,25 @@ function checkFormElementInRange(theForm, theFieldName, min, max) return true; } // end of the 'checkFormElementInRange()' function +function checkTableEditForm(theForm, fieldsCnt) +{ + for (i=0; i -
+
-
\ No newline at end of file +