aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/cgi_pgsql.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2009-07-01 13:48:01 -0400
committerRalph Amissah <ralph@amissah.com>2009-07-01 13:48:01 -0400
commit1ebd6e3c0670296903ee079e845fd3661a0bfebd (patch)
tree453815f4df74aff58709d82cdd8cc610d9790bb3 /lib/sisu/v0/cgi_pgsql.rb
parentsisu-0.70.5, merge branch upstream into debian/sid; debian/ new year cleaning (diff)
parentchangelog & version update (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v0/cgi_pgsql.rb')
-rw-r--r--lib/sisu/v0/cgi_pgsql.rb4
1 files changed, 2 insertions, 2 deletions
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