1
0
mirror of https://github.com/php/web-php.git synced 2026-03-30 11:12:09 +02:00
This commit is contained in:
David Croft
2000-07-24 16:00:29 +00:00
parent f32a08f4c2
commit fe39b445ce

View File

@@ -344,6 +344,7 @@ if (isset($cmd) && $cmd == "Send bug report") {
function processing_function($fieldname,$tablename,$data, &$row)
{
echo "<!-- $fieldname $tablename $data -->\n";
if ($fieldname == 'Status' and $data == 'Feedback') {
echo "Feedback<br>(".$row["unchanged_days"]." days)";
} else {