From d735ebd2d9389805a253c9618ea76c091c0b48bb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 9 Aug 2007 16:53:21 +0100 Subject: tag limit in CDM: fix --- functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 11d1d8c04..c1dd76446 100644 --- a/functions.php +++ b/functions.php @@ -4045,6 +4045,7 @@ $tags_str = ""; $full_tags_str = ""; + $num_tags = 0; foreach ($tags as $tag) { $num_tags++; -- cgit v1.2.3-54-g00ecf