X-Git-Url: https://git.exim.org/buildfarm-server.git/blobdiff_plain/f1f679c8ad823b7ac9e9be2221a67bdeecbb7f7a..7a251a65acd9d84242e15b47fd7c01405322b2ed:/cgi-bin/show_members.pl?ds=sidebyside diff --git a/cgi-bin/show_members.pl b/cgi-bin/show_members.pl index 3bc733c..f6fb396 100755 --- a/cgi-bin/show_members.pl +++ b/cgi-bin/show_members.pl @@ -26,7 +26,7 @@ my $dsn="dbi:Pg:dbname=$dbname"; $dsn .= ";host=$dbhost" if $dbhost; $dsn .= ";port=$dbport" if $dbport; -my $db = DBI->connect($dsn,$dbuser,$dbpass); +my $db = DBI->connect($dsn,$dbuser,$dbpass,{pg_expand_array => 0}); # there is possibly some redundancy in this query, but it makes # a lot of the processing simpler.