Jelajahi Sumber

Xapian - Comment require_once 'xapian.php';

A setting need to be added in order to use xapian
Julio Montoya 5 tahun lalu
induk
melakukan
c3f507a77b
1 mengubah file dengan 2 tambahan dan 6 penghapusan
  1. 2 6
      main/inc/lib/search/xapian/XapianIndexer.class.php

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

@@ -1,15 +1,11 @@
 <?php
 <?php
 /* For licensing terms, see /license.txt */
 /* For licensing terms, see /license.txt */
 
 
-/**
- * @package chamilo.include.search
- */
-require_once 'xapian.php';
+//@todo add setting to add xapian.php
+//require_once 'xapian.php';
 
 
 /**
 /**
  * Abstract helper class.
  * Abstract helper class.
- *
- * @package chamilo.include.search
  */
  */
 abstract class XapianIndexer
 abstract class XapianIndexer
 {
 {