Update functions_product.php to use proper naming
[bugdar.git] / showreport.php
index 1bd55ef29e0786d2a91758e7ac58c47ae18c1e9b..266438c38c3f276743ffed9a913f94a5467de801 100644 (file)
@@ -120,7 +120,7 @@ if ($show['edit'])
                }
        }
        
-       $productSelect = ConstructProductSelect('canviewbugs', "$bug[product],$bug[component],$bug[version]");
+       $productSelect = construct_product_select('canviewbugs', "$bug[product],$bug[component],$bug[version]");
        
        if ($bug['duplicateof'])
        {