Merge branch 'master' of github.com:gnuboard/g4s
This commit is contained in:
@ -21,7 +21,7 @@ function latest($skin_dir='', $bo_table, $rows=10, $subject_len=40)
|
||||
$sql = " select * from {$tmp_write_table} where wr_is_comment = 0 order by wr_num limit 0, {$rows} ";
|
||||
$result = sql_query($sql);
|
||||
for ($i=0; $row = sql_fetch_array($result); $i++) {
|
||||
$list[$i] = get_list($row, $board, $latest_skin_path, $subject_len);
|
||||
$list[$i] = get_list($row, $board, $latest_skin_url, $subject_len);
|
||||
}
|
||||
|
||||
$handle = fopen($cache_file, 'w');
|
||||
|
||||
Reference in New Issue
Block a user