From cb2982c6f900f5181c237e04c64e055e100b5f9c Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Fri, 22 Feb 2008 11:02:52 +0000 Subject: [PATCH] readmore using now 'if (query->single)' --- fp-plugins/readmore/plugin.readmore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp-plugins/readmore/plugin.readmore.php b/fp-plugins/readmore/plugin.readmore.php index 83bae63..b57e2bf 100755 --- a/fp-plugins/readmore/plugin.readmore.php +++ b/fp-plugins/readmore/plugin.readmore.php @@ -77,7 +77,7 @@ function plugin_readmore_main($string) { } - if (isset($_GET['entry'])) { + if ($q->single || isset($_GET['entry'])) { $string = str_replace('[more]', "", $string); }