mirror of
https://github.com/php/web-php.git
synced 2026-03-30 11:12:09 +02:00
test
This commit is contained in:
1
bugs.php
1
bugs.php
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user