7f3eccc7 by sayhoChun

comment delete tested

1 parent 0652c268
...@@ -264,7 +264,7 @@ if (! class_exists("ApiBoard")) ...@@ -264,7 +264,7 @@ if (! class_exists("ApiBoard"))
264 264
265 $sql="UPDATE tblBoard SET status=0 WHERE boardNo='{$boardNo}'"; 265 $sql="UPDATE tblBoard SET status=0 WHERE boardNo='{$boardNo}'";
266 $this->update($sql); 266 $this->update($sql);
267 return $this->makeResultJson("1", "삭제되었습니다") 267 return $this->makeResultJson("1", "삭제되었습니다");
268 } 268 }
269 269
270 //고객센터 게시물 저장 270 //고객센터 게시물 저장
...@@ -345,7 +345,7 @@ if (! class_exists("ApiBoard")) ...@@ -345,7 +345,7 @@ if (! class_exists("ApiBoard"))
345 345
346 $sql="UPDATE tblCustomerService SET status=0 WHERE csNo='{$csNo}'"; 346 $sql="UPDATE tblCustomerService SET status=0 WHERE csNo='{$csNo}'";
347 $this->update($sql); 347 $this->update($sql);
348 return $this->makeResultJson("1", "삭제되었습니다") 348 return $this->makeResultJson("1", "삭제되었습니다");
349 } 349 }
350 350
351 //고객센터 게시물 리스트 351 //고객센터 게시물 리스트
......