Commit a6a652a1 authored by Nemo Ma's avatar Nemo Ma Committed by GitHub

Merge pull request #163 from hikawiier/waaagh

fix
parents 08e1b93b 00c246dd
......@@ -225,6 +225,7 @@ function nparse_news($start = 0, $range = 0 ){//$type = '') {
if(!isset($old_a)) $old_a = $a;
if($b) $dname = $typeinfo[$b].' '.$old_a;
else $dname = $typeinfo[0].' '.$old_a;
unset($old_a);
// if($b == 0) {
// //$dname = $a;
// $lwresult = $db->query("SELECT lastword FROM {$gtablepre}users WHERE username = '$a'");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment