From 56170e9cf92ff0a11194ac893b0ad48d933ea474 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Tue, 4 May 2010 22:12:03 +0000 Subject: [PATCH 1/1] thinko fix --- cgi-bin/pgstatus.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi-bin/pgstatus.pl b/cgi-bin/pgstatus.pl index df499f5..74f6e13 100755 --- a/cgi-bin/pgstatus.pl +++ b/cgi-bin/pgstatus.pl @@ -238,7 +238,7 @@ my $logst = <prepare($logst); @@ -257,7 +257,7 @@ $sth->bind_param(10,$log_file_names); $sth->bind_param(11,undef,{ pg_type => DBD::Pg::PG_BYTEA }); $sth->bind_param(12,$config_flags); $sth->bind_param(13,$scm); -$sth->bind_param(13,$scmurl); +$sth->bind_param(14,$scmurl); $sth->execute; $sth->finish; -- 2.30.2