Ver Fonte

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

Yannick Warnier há 11 anos atrás
pai
commit
ca4fc9d7c1

+ 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) {

Diff do ficheiro suprimidas por serem muito extensas
+ 2992 - 1798
main/newscorm/learnpathItem.class.php


Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff