Changeset 5343 for trunk/lib/model/blog.blogSetting.php
- Timestamp:
- 02/21/08 23:51:00 (11 months ago)
- Files:
-
- 1 modified
-
trunk/lib/model/blog.blogSetting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/model/blog.blogSetting.php
r5285 r5343 533 533 if (count($tags) > 0) 534 534 { 535 $tagliststr = implode(', ', $tags); 536 $nottargets = POD::queryColumn("SELECT DISTINCT tag FROM {$database['prefix']}TagRelations WHERE tag in ( $tagliststr )"); 535 $tagliststr = implode(', ', $tags); // Tag id used at deleted blog. 536 $nottargets = POD::queryColumn("SELECT DISTINCT tag FROM {$database['prefix']}TagRelations WHERE tag in ( $tagliststr )"); // Tag id used at other blogs. 537 537 if (count($nottargets) > 0) { 538 538 $nottargetstr = implode(', ', $nottargets);
