2012-02-27 14:18:52 +01:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* EGroupware API: sqlfs stream wrapper utilities: migration db-fs, fsck
|
|
|
|
*
|
|
|
|
* @link http://www.egroupware.org
|
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
* @package api
|
|
|
|
* @subpackage vfs
|
|
|
|
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
2015-01-26 10:15:07 +01:00
|
|
|
* @copyright (c) 2008-15 by Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
2012-02-27 14:18:52 +01:00
|
|
|
* @version $Id$
|
|
|
|
*/
|
|
|
|
|
2015-01-26 10:15:07 +01:00
|
|
|
use EGroupware\Api\Vfs\Sqlfs;
|
2012-02-27 14:18:52 +01:00
|
|
|
|
|
|
|
/**
|
2015-01-26 10:15:07 +01:00
|
|
|
* @depredated use EGroupware\Api\Vfs\Sqlfs\Utils
|
2012-02-27 14:18:52 +01:00
|
|
|
*/
|
2015-01-26 10:15:07 +01:00
|
|
|
class sqlfs_utils extends Sqlfs\Utils {}
|