Changeset 3300 for sandbox/blog/owner/entry/delete/item.php
- Timestamp:
- 05/21/07 02:25:54 (20 months ago)
- Files:
-
- 1 modified
-
sandbox/blog/owner/entry/delete/item.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sandbox/blog/owner/entry/delete/item.php
r3299 r3300 9 9 $isAjaxRequest = checkAjaxRequest(); 10 10 11 // �����:: �� ���Ʈ�� ���� ��� ������Ȯ�11 // TeamBlog check. 12 12 if(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 } 15 18 } 16 19 // End TeamBlog
