diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2007-08-09 16:53:21 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2007-08-09 16:53:21 +0100 |
| commit | d735ebd2d9389805a253c9618ea76c091c0b48bb (patch) | |
| tree | 4f0e4a9e44f180612386ecffeb4a835875b9d51e /functions.php | |
| parent | 22d1f3db53d40b5c05e74f46c03828b143bfb2c1 (diff) | |
tag limit in CDM: fix
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
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++; |