소스 검색

Update docs/user_guide/install_tripal/upgrade_from_tripal2.rst

Co-Authored-By: spficklin <spficklin@gmail.com>
Abdullah Almsaeed 5 년 전
부모
커밋
15e2634805
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/user_guide/install_tripal/upgrade_from_tripal2.rst

+ 1 - 1
docs/user_guide/install_tripal/upgrade_from_tripal2.rst

@@ -199,7 +199,7 @@ You can avoid this problem by clearing out the Drupal search tables byu executin
 .. code-block:: sql
 
     TRUNCATE search_total;
-    db_query('TRUNCATE {search_index}')
+    TRUNCATE search_index;
 
 
 2. For sites that have upgrading from Drupal 6: