Skip to content

Commit

Permalink
fix ticket subject when subj_fix = true
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroslav Snisar committed Aug 15, 2014
1 parent 9502b44 commit bb5f015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<div class="form-group">
<label for="subj" class="col-sm-2 control-label"><small><?=lang('NEW_subj');?>: </small></label>
<div class="col-sm-10">
<input type="text" class="form-control input-sm" name="subj" id="subj" placeholder="<?=lang('NEW_subj');?>">
<input type="text" class="form-control input-sm" name="subj" id="subj" placeholder="<?=lang('NEW_subj');?>" value="<?=$row['subj'];?>">
</div>
</div></div></div>
<?php }
Expand Down

0 comments on commit bb5f015

Please sign in to comment.