사용자: 초기화면 최신글 쿼리에서 bo_subject 제거

This commit is contained in:
whitedot
2013-01-08 18:45:06 +09:00
parent 01d28f000b
commit f834584605

View File

@ -8,7 +8,7 @@ include_once('./_head.php');
<!-- 메인화면 최신글 시작 -->
<?
// 최신글
$sql = " select bo_table, bo_subject from $g4[board_table] order by gr_id, bo_table ";
$sql = " select bo_table from $g4[board_table] order by gr_id, bo_table ";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++) {
// 이 함수가 바로 최신글을 추출하는 역할을 합니다.