blob: e8278e76a6fb2dc8ad1fea08c88873de00940f24 [file] [log] [blame]
<?php
include('bugzillaConnectUtils.php');
echo "here";
$link = bugzilla_connect();
echo "tsProddduct: $tsProductId, $tsProductName</BR>";
foreach($milestones as $milestone) {
echo "Milestone: $milestone</BR>";
}
// bugzilla_close($link);
?>