From: Andrew Dunstan Date: Tue, 4 May 2010 22:12:03 +0000 (+0000) Subject: thinko fix X-Git-Url: https://git.exim.org/buildfarm-server.git/commitdiff_plain/56170e9cf92ff0a11194ac893b0ad48d933ea474 thinko fix --- 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;