Show
Ignore:
Timestamp:
02/21/08 23:51:00 (11 months ago)
Author:
inureyes
Message:

#703

  • 블로그 삭제 관련 버그 추적중.
  • 블로그를 삭제하면 삭제는 되지만 오류 메세지가 나옴.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/model/blog.blogSetting.php

    r5285 r5343  
    533533    if (count($tags) > 0)  
    534534    { 
    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. 
    537537        if (count($nottargets) > 0) { 
    538538            $nottargetstr   = implode(', ', $nottargets);