Skip to content

Commit

Permalink
Commiting all changes reported in MDL-14646
Browse files Browse the repository at this point in the history
  • Loading branch information
diml committed May 2, 2008
1 parent 45e94d8 commit 692e89f
Show file tree
Hide file tree
Showing 10 changed files with 766 additions and 277 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) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/


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


/**
* @category Zend
* @package Zend_Search
* @copyright Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
* @copyright Copyright (c) 2005-2008 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 692e89f

Please sign in to comment.