quick fix to CODING_STANDARDS
   
    Ronnie Garcia
     
    r.garcia@netia.net
       
    Tue, 19 Mar 2002 10:46:07 +0100
    
    
  
Table names should be lowercase.
diff -u CODING_STANDARDS.dist CODING_STANDARDS
--- CODING_STANDARDS.dist       Tue Mar 19 10:43:15 2002
+++ CODING_STANDARDS    Tue Mar 19 10:43:51 2002
@@ -320,7 +320,7 @@
  A good way to do this for field names is to make the field name
  tablename_fieldname.
-Other general guidelines: Table names should be plural (Users); field
+Other general guidelines: Table names should be plural (users); field
  names should be singular (user_name).
Rgds,
Ronnie.