From: henoheno Date: Thu, 30 Jun 2005 12:55:57 +0000 (+0900) Subject: What you see is what you set X-Git-Tag: r1_5_0_rc1~278 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=69b01206694e45eb7fb1ce07d428cb4b6ffa7aea;p=pukiwiki%2Fpukiwiki.git What you see is what you set --- diff --git a/lib/trackback.php b/lib/trackback.php index 35521d3..8572b49 100644 --- a/lib/trackback.php +++ b/lib/trackback.php @@ -1,5 +1,5 @@ @@ -74,9 +74,7 @@ function tb_count($page, $ext = '.txt') // $minus = Removed lines may include URLs function tb_send($page, $plus, $minus = '') { - global $trackback, $page_title; - - if (! $trackback) return; + global $page_title; $script = get_script_uri();