Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
chicpro
2013-03-06 17:55:58 +09:00
4 changed files with 6 additions and 6 deletions

View File

@ -137,7 +137,7 @@ if ($config['cf_include_head']) {
?>
<li class="gnb_1depth">
<a href="<?=G4_BBS_URL?>/group.php?gr_id=<?=$row['gr_id']?>"><?=$row['gr_subject']?></a>
<ul>
<ul class="gnb_sub_ul">
<?
$sql2 = " select * from {$g4['board_table']} where gr_id = '{$row['gr_id']}' order by bo_order ";
$result2 = sql_query($sql2);