From 1f70e71190d6654b9b3487fff0574ae2956a0e9c Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 1 Jul 2009 13:47:10 -0400 Subject: cgi generated sample search form, fix --- lib/sisu/v0/cgi_pgsql.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sisu/v0/cgi_pgsql.rb') diff --git a/lib/sisu/v0/cgi_pgsql.rb b/lib/sisu/v0/cgi_pgsql.rb index 38da777d..4f201dfa 100644 --- a/lib/sisu/v0/cgi_pgsql.rb +++ b/lib/sisu/v0/cgi_pgsql.rb @@ -22,7 +22,7 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with @@ -136,7 +136,7 @@ module SiSU_CGI_pgsql @hosturl_db="#{@env.url.webserv_base_cgi}" @hosturl_files="#{@env.url.webserv_files_from_db}" @port="#{@db.psql.port}" - user='' # '#{@env.user}' + user='#{@env.user}' # check user name for access to pg database: '#{@env.user}' WOK_SQL end def search_statement -- cgit v1.2.3