mirror of
https://github.com/michaelrsweet/mxml.git
synced 2025-04-17 15:22:09 +00:00
Fix str common bug list and new bug doesn't need "create_user" field.
This commit is contained in:
parent
d6dbcfa251
commit
4738699eb5
11
www/str.php
11
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("</select></td></tr>\n");
|
||||
|
||||
print("<tr><th align='right'>");
|
||||
if ($email != "")
|
||||
print("EMail:</th><td>");
|
||||
else
|
||||
print("${hstart}EMail:$hend</th><td>");
|
||||
|
||||
$temp = htmlspecialchars($email);
|
||||
print("<input type='text' name='EMAIL' value='$temp' size='40' "
|
||||
."maxsize='128'></td></tr>\n");
|
||||
print("<tr><th align='right'>Created By:</th><td>$temp</td></tr>\n");
|
||||
|
||||
print("<tr><th align='right'>Assigned To:</th><td><i>Unassigned</i></td></tr>\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user