Index: openacs-4/packages/acs-tcl/tcl/00-database-procs-postgresql.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/00-database-procs-postgresql.tcl,v diff -u -r1.34 -r1.35 --- openacs-4/packages/acs-tcl/tcl/00-database-procs-postgresql.tcl 14 Aug 2002 18:56:07 -0000 1.34 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs-postgresql.tcl 10 Sep 2002 22:22:14 -0000 1.35 @@ -735,7 +735,7 @@ @param pattern Will be used as LIKE 'pattern%' to limit the number of tables returned. - @author Don Baccus dhogaza@pacifier.com + @author Don Baccus (dhogaza@pacifier.com) } { set tables [list] @@ -764,7 +764,7 @@ ad_proc -public db_table_exists { table_name } { Returns 1 if a table with the specified name exists in the database, otherwise 0. - @author Don Baccus dhogaza@pacifier.com + @author Don Baccus (dhogaza@pacifier.com) } { set n_rows [db_string table_count {