Changing more update handling

This commit is contained in:
2015-04-20 20:53:49 -04:00
parent adf296588d
commit 628cbb9d95
3 changed files with 99 additions and 15 deletions

View File

@ -135,7 +135,15 @@ if( $_SESSION['access'] != 1 ) {
Issue Description:
</td>
<td>
<textarea name="description" id="description" cols="40" rows="5" required><?=$desc?></textarea>
<?=$desc?>
</td>
</tr>
<tr>
<td>
Update:
</td>
<td>
<textarea name="description" id="description" cols="40" rows="5" required></textarea>
</td>
</tr>
<tr>