Show
Ignore:
Timestamp:
05/21/07 02:25:54 (20 months ago)
Author:
inureyes
Message:

#408

  • r3299의 수정사항.
Files:
1 modified

Legend:

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

    r3299 r3300  
    99$isAjaxRequest = checkAjaxRequest(); 
    1010 
    11 // �����:: �� ���Ʈ�� ���� ��� ������Ȯ� 
     11// TeamBlog check. 
    1212if(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; } 
     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)) { 
     15        respondResultPage(-1); 
     16        exit; 
     17    } 
    1518} 
    1619// End TeamBlog