From 4738699eb53eadd04cfb69a98c52fdc2169f7efa Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 3 Jan 2009 16:40:24 +0000 Subject: [PATCH] Fix str common bug list and new bug doesn't need "create_user" field. --- www/str.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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");