X-Git-Url: https://git.exim.org/buildfarm-server.git/blobdiff_plain/de61618de37c2e0b4ed7b972a73ceba0f169fe09..94d9e89201dda9611078da5612cf346874e16ed3:/trunk/cgi-bin/show_members.pl diff --git a/trunk/cgi-bin/show_members.pl b/trunk/cgi-bin/show_members.pl index 3bc733c..f6fb396 100755 --- a/trunk/cgi-bin/show_members.pl +++ b/trunk/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.