commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / packages / ezc / autoload / tree_persistent_autoload.php
1 <?php
2 /**
3 * Autoloader definition for the TreePersistentObjectTiein component.
4 *
5 * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
6 * @license http://ez.no/licenses/new_bsd New BSD License
7 * @version 1.0
8 * @filesource
9 * @package TreePersistentObjectTiein
10 */
11
12 return array(
13 'ezcTreePersistentObjectDataStore' => 'TreePersistentObjectTiein/stores/persistent_object.php',
14 );
15 ?>