Changeset 5345

Show
Ignore:
Timestamp:
02/22/08 00:00:41 (11 months ago)
Author:
inureyes
Message:

#703

  • 블로그 지우는 부분의 ajax 오류 수정
Location:
trunk/interface/owner/control/action/blog
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/control/action/blog/add/index.php

    r5339 r5345  
    2121        respond::PrintResult(array('error' => -1 , 'result' =>$result)); 
    2222    } 
    23 } 
    24 else { 
     23} else { 
    2524    respond::PrintResult(array('error' => -2 , 'result' => _t('등록되지 않은 소유자 E-mail 입니다.'))); 
    2625} 
    27  
    2826?> 
  • trunk/interface/owner/control/action/blog/delete/index.php

    r5343 r5345  
    1414 
    1515$items = split(",",$_GET['item']); 
     16 
    1617if (in_array(getServiceSetting("defaultBlogId",1),$items)) { 
    1718    $result = _t('대표 블로그는 삭제할 수 없습니다.'); 
     
    2526    } 
    2627} 
    27 respond::PrintResult(array('error' => 0 , 'result' =>$suri['id'])); 
     28respond::PrintResult(array('error' => 0)); 
    2829?>