]> git.deb.at Git - deb/packages.git/commitdiff
Always set $opts{searchon_form}
authorFrank Lichtenheld <frank@lichtenheld.de>
Mon, 20 Feb 2006 14:35:40 +0000 (14:35 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Mon, 20 Feb 2006 14:35:40 +0000 (14:35 +0000)
cgi-bin/dispatcher.pl

index f967fd379a2fc704201428d307e93b6c53b41100..0de4f1cb0bd177df4911a6da228ad8a3ba07c9d8 100755 (executable)
@@ -179,6 +179,8 @@ if ((($opts{searchon} eq 'names') && $opts{source}) ||
     $opts{source} = 1;
     $opts{searchon} = 'names',
     $opts{searchon_form} = 'sourcenames';
+} else {
+    $opts{searchon_form} = $opts{searchon};
 }
 
 my $pet1 = new Benchmark;