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

This commit is contained in:
whitedot
2012-12-28 11:17:02 +09:00
5 changed files with 22 additions and 15 deletions

View File

@ -50,6 +50,7 @@ $sql = " select *
limit {$from_record}, {$rows} ";
$result = sql_query($sql);
$listall = '';
if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">처음</a>';