* fix the bug that the page of bug'custom fields can't show.
This commit is contained in:
@@ -68,4 +68,3 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php include '../../common/view/footer.lite.html.php';?>
|
||||
|
||||
@@ -45,7 +45,14 @@ var customed = <?php echo (int)$customed;?>;
|
||||
</div>
|
||||
<div id='querybox' class='<?php if($browseType !='bysearch') echo 'hidden';?>'><?php echo $searchForm;?></div>
|
||||
|
||||
<?php if($customed){include 'browse.custom.html.php'; exit;}?>
|
||||
<?php
|
||||
if($customed)
|
||||
{
|
||||
include 'browse.custom.html.php';
|
||||
include '../../common/view/footer.lite.html.php';
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
|
||||
<table class='cont-lt1'>
|
||||
<tr valign='top'>
|
||||
|
||||
Reference in New Issue
Block a user