chiark / gitweb /
Minor html style changes
[ypp-sc-tools.db-test.git] / yarrg / commod-update-receiver
index 9684c696794996c527c44e2d051747652230ffe6..d01b6de1753c3cbfac8b7751d0266c5af36a0116 100755 (executable)
@@ -110,6 +110,8 @@ $o{'island'}= must_param('island', $re_any);
 my $arches= $oceans{$o{'ocean'}};
 fail("unknown ocean") unless $arches;
 
+parse_info_serverside_ocean($o{'ocean'});
+
 my $island_found= 0;
 foreach my $islands (values %$arches) {
     my $sources= $islands->{$o{'island'}};