diff --git a/www/str.php b/www/str.php index 40a72f8..05cbce9 100644 --- a/www/str.php +++ b/www/str.php @@ -1738,7 +1738,7 @@ switch ($op) ."FROM str WHERE id=$row[master_id]"); $crow = db_next($common); $csummary = htmlspecialchars($crow["summary"], ENT_QUOTES); - $cstatus = $STR_STATUS_SHORT[$crow["status"]]; + $cstatus = $status_text[$crow["status"]]; if ($crow["fix_version"] != "") $cstatus .= ", $crow[fix_version]"; @@ -1828,15 +1828,8 @@ switch ($op) print("\n"); - print(""); - if ($email != "") - print("EMail:"); - else - print("${hstart}EMail:$hend"); - $temp = htmlspecialchars($email); - print("\n"); + print("Created By:$temp\n"); print("Assigned To:Unassigned\n");