소스 검색

Minor - Code style
Add prefix to call to XapianIndexer from learnpathItem

Yannick Warnier 11 년 전
부모
커밋
ca4fc9d7c1
2개의 변경된 파일2995개의 추가작업 그리고 1800개의 파일을 삭제
  1. 3 2
      main/inc/lib/search/xapian/XapianIndexer.class.php
  2. 2992 1798
      main/newscorm/learnpathItem.class.php

+ 3 - 2
main/inc/lib/search/xapian/XapianIndexer.class.php

@@ -186,8 +186,9 @@ abstract class XapianIndexer {
     /**
      * Replace all terms of a document in xapian db
      *
-     * @param   int     did     Xapian::docid
-     * @param   array   terms   New terms of the document
+     * @param   int     $did     Xapian::docid
+     * @param   array   $terms   New terms of the document
+     * @param   string  $prefix  Prefix used to categorize the doc (usually 'T' for title, 'A' for author)
      * @return  boolean false on error
      */
     function update_terms($did, $terms, $prefix) {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2992 - 1798
main/newscorm/learnpathItem.class.php


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.