php strict 반영

This commit is contained in:
chicpro
2013-04-29 16:18:05 +09:00
parent d87fb5b0d5
commit c7ab38f91c
63 changed files with 493 additions and 493 deletions

View File

@ -1,4 +1,4 @@
<?
<?php
include_once('./_common.php');
include_once(G4_LIB_PATH.'/latest.lib.php');
@ -12,7 +12,7 @@ include_once('./_head.php');
<table width=100% cellpadding=0 cellspacing=0 border=0>
<tr>
<?
<?php
// 최신글 시작
$sql = " select bo_table, bo_subject from {$g4['board_table']} order by gr_id, bo_table ";
$result = sql_query($sql);
@ -43,6 +43,6 @@ include_once('./_head.php');
</tr>
</table>
<?
<?php
include_once('./_tail.php');
?>