Changeset 5345
- Timestamp:
- 02/22/08 00:00:41 (11 months ago)
- Location:
- trunk/interface/owner/control/action/blog
- Files:
-
- 2 modified
-
add/index.php (modified) (1 diff)
-
delete/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/control/action/blog/add/index.php
r5339 r5345 21 21 respond::PrintResult(array('error' => -1 , 'result' =>$result)); 22 22 } 23 } 24 else { 23 } else { 25 24 respond::PrintResult(array('error' => -2 , 'result' => _t('등록되지 않은 소유자 E-mail 입니다.'))); 26 25 } 27 28 26 ?> -
trunk/interface/owner/control/action/blog/delete/index.php
r5343 r5345 14 14 15 15 $items = split(",",$_GET['item']); 16 16 17 if (in_array(getServiceSetting("defaultBlogId",1),$items)) { 17 18 $result = _t('대표 블로그는 삭제할 수 없습니다.'); … … 25 26 } 26 27 } 27 respond::PrintResult(array('error' => 0 , 'result' =>$suri['id']));28 respond::PrintResult(array('error' => 0)); 28 29 ?>
