Index: openacs-4/packages/contacts/www/admin/full-organizations.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/admin/full-organizations.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/contacts/www/admin/full-organizations.tcl 9 May 2018 15:33:30 -0000 1.3 +++ openacs-4/packages/contacts/www/admin/full-organizations.tcl 12 Aug 2018 12:30:06 -0000 1.4 @@ -27,7 +27,7 @@ } if { [llength $party_ids] < 10000 } { - # postgresql cannot deal with lists larger than 10000 + # PostgreSQL cannot deal with lists larger than 10000 set select_query [template::util::tcl_to_sql_list $party_ids] } else { set select_query "select p[ad_conn user_id].party_id from parties p[ad_conn user_id]" @@ -54,7 +54,7 @@ if { ( $type eq "organization" || $type eq "party" ) && [lsearch $preset_columns $key] >= 0 } { # we aren't adding the columns that are provided by the parties and organizations tables } elseif { $type eq "organization" || $type eq "party" } { - # if you want other extend columsn they should be added here + # if you want other extend columns they should be added here # you would add the type you want to show up in this list # by default as of the time of writing the only standard # extensions (i.e. not site specific) are attributes with