Show
Ignore:
Timestamp:
05/21/07 01:56:13 (20 months ago)
Author:
inureyes
Message:

#408

  • 팀블로그 소스 이식
  • 차칸아이님 소스 기반으로 태터툴즈 코드 일관성 유지를 위하여 전체적으로 수정하였음.
    • 아직 멀었다.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandbox/blog/owner/entry/delete/item.php

    r3106 r3299  
    88 
    99$isAjaxRequest = checkAjaxRequest(); 
     10 
     11// �����:: �� ���Ʈ�� ���� ��� ������Ȯ� 
     12if(empty($pc)){ 
     13    $isPosting = DBQuery::queryCell("SELECT Team FROM {$database['prefix']}TeamEntryRelations WHERE Owner='$owner' and Team='$_SESSION[admin]' and Id='$suri[id]' " ); 
     14    if(empty($isPosting)) { respondResultPage(-1); exit; } 
     15} 
     16// End TeamBlog 
    1017 
    1118if ($isAjaxRequest) {