소스 검색

rename updateIndexAll -> _updateIndexAll

visuddhinanda 2 년 전
부모
커밋
bc699d2bf3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rpc/tulip/tulip/server.php

+ 1 - 1
rpc/tulip/tulip/server.php

@@ -357,7 +357,7 @@ class Greeter extends \Mint\Tulip\V1\SearchStub
         $update = $this->dbSelect($query, [$book,$para]);
     }
     
-    private function updateIndexAll(){
+    private function _updateIndexAll(){
         $query = 'UPDATE fts_texts SET content = content,
         bold_single = bold_single,
         bold_double = bold_double,