\n"; ?>
Thank you for your help!
"; echo "The password for this report is: ".htmlentities($passwd)."
";
echo "If the status of the bug report you submitted\n";
echo "changes, you will be notified. You may return here and check on the status\n";
echo "or update your report at any time. The URL for your bug report is: ";
echo "http://bugs.php.net/?id=$cid
| ID# | Type | Status | Version | OS | Description | Mod | Assigned | $row[id] | "; if ($bug_type == "Any") { echo "", htmlspecialchars($row[bug_type]), " | "; } echo "", htmlspecialchars($row[status]);
if ($row[status] == "Feedback" && $row[unchanged] > 0) {
printf (" %d day%s", $row[unchanged], $row[unchanged] > 1 ? "s" : ""); } echo " | ";
echo "", htmlspecialchars($row[php_version]), " | "; echo "", $row[php_os] ? htmlspecialchars($row[php_os]) : " ", " | "; echo "", $row[sdesc] ? htmlspecialchars($row[sdesc]) : " ", " | "; echo "![]() | ";
echo "", $row[assign] ? htmlspecialchars($row[assign]) : " ", " | "; echo "\n"; } show_prev_next($begin,$rows,$link,$limit); ?>
|---|