소스 검색

[svn r13122]

Olivier Sourie 17 년 전
부모
커밋
6523c59fac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/dropbox/dropbox_functions.inc.php

+ 1 - 1
main/dropbox/dropbox_functions.inc.php

@@ -145,7 +145,7 @@ function delete_category($action, $id)
 	}
 
 	// step 1: delete the category
-	$sql="DELETE FROM `".$dropbox_cnf['tbl_category']."` WHERE cat_id='".Database::escape_string($id)."' AND $sentreceived='1'";
+	$sql="DELETE FROM ".$dropbox_cnf['tbl_category']." WHERE cat_id='".Database::escape_string($id)."' AND $sentreceived='1'";
 	$result=api_sql_query($sql);
 
 	// step 2: delete all the documents in this category