Skip to content

Commit

Permalink
Lucene Zend Implementation update (better handle of UTF8)
Browse files Browse the repository at this point in the history
  • Loading branch information
diml committed Jul 9, 2007
1 parent 3d65ef2 commit 8cfbeb8
Show file tree
Hide file tree
Showing 36 changed files with 5,374 additions and 704 deletions.
6 changes: 3 additions & 3 deletions search/Zend/Search/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
*
* @category Zend
* @package Zend_Search
* @copyright Copyright (c) 2006 Zend Technologies USA Inc. (http://www.zend.com)
* @copyright Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/


/**
* Framework base exception
*/
require_once 'Zend/Exception.php';
require_once $CFG->dirroot.'/search/Zend/Exception.php';


/**
* @category Zend
* @package Zend_Search
* @copyright Copyright (c) 2006 Zend Technologies USA Inc. (http://www.zend.com)
* @copyright Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class Zend_Search_Exception extends Zend_Exception
Expand Down
Loading

0 comments on commit 8cfbeb8

Please sign in to comment.