* fix the bug that the page of bug'custom fields can't show.

This commit is contained in:
chencongzhi520@gmail.com
2012-08-01 02:47:10 +00:00
parent 2067648716
commit 304cca99b9
2 changed files with 8 additions and 2 deletions

View File

@@ -68,4 +68,3 @@
</td>
</tr>
</table>
<?php include '../../common/view/footer.lite.html.php';?>

View File

@@ -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'>