Explorar el Código

rename updateIndexAll -> _updateIndexAll

visuddhinanda hace 2 años
padre
commit
bc699d2bf3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,