From b0e79e1dda08132efa1e7722551957ab41552d0c Mon Sep 17 00:00:00 2001 From: sparky4 Date: Wed, 11 Jul 2012 12:20:07 -0500 Subject: [PATCH] modified: yotsubanome.php --- yotsubanome.php | 1 + 1 file changed, 1 insertion(+) diff --git a/yotsubanome.php b/yotsubanome.php index 892aebb..aa43494 100755 --- a/yotsubanome.php +++ b/yotsubanome.php @@ -344,6 +344,7 @@ function arrangeThread($PTE, $tree, $tree_cut, $posts, $hiddenReply, $resno=0, $ $tripkeycount = substr_count($name, TRIP_KEY); if($config['ALLOW_NONAME']==3){ if($name) $name = ''; + if($tripkeycount) $name = ''; if($email) $now = "$now"; }elseif($config['ALLOW_NONAME']==2){ // 強制砍名 if($tripkeycount==1) $name = preg_match('/(\\'.TRIP_KEY.'.{10})/', $name, $matches) ? ''.$matches[1].'' : ''; -- 2.39.2