Changeset 3299 for sandbox/blog/owner/entry/delete/item.php
- Timestamp:
- 05/21/07 01:56:13 (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
r3106 r3299 8 8 9 9 $isAjaxRequest = checkAjaxRequest(); 10 11 // �����:: �� ���Ʈ�� ���� ��� ������Ȯ� 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; } 15 } 16 // End TeamBlog 10 17 11 18 if ($isAjaxRequest) {
