Coding standards

This commit is contained in:
Alexander M. Turek
2002-07-15 21:26:12 +00:00
parent 85e43e362f
commit 82cb0689c0
2 changed files with 2 additions and 1 deletions

View File

@@ -1339,7 +1339,7 @@ if (typeof(document.getElementById) != 'undefined'
// The name contains caracters <> a-z, A-Z and "_" -> not a reserved
// word
if (!ereg('^[a-zA-Z_]+$', $the_name)) {
return true;
return TRUE;
}
// Else do the work