mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 21:49:28 +01:00
removed old db class, which is since many version only extending egw_db class
This commit is contained in:
parent
6de6114e22
commit
c51337bdb5
@ -1,28 +0,0 @@
|
|||||||
<?php
|
|
||||||
/**************************************************************************\
|
|
||||||
* eGroupWare API - database support via ADOdb *
|
|
||||||
* ------------------------------------------------------------------------ *
|
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
|
||||||
* under the terms of the GNU Lesser General Public License as published *
|
|
||||||
* by the Free Software Foundation; either version 2.1 of the License, or *
|
|
||||||
* any later version. *
|
|
||||||
\**************************************************************************/
|
|
||||||
|
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
require_once(EGW_API_INC.'/class.egw_db.inc.php');
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Database abstraction library
|
|
||||||
*
|
|
||||||
* This is only for compatibility with old code, the DB class is now called egw_db.
|
|
||||||
*
|
|
||||||
* @package phpgwapi
|
|
||||||
* @subpackage db
|
|
||||||
* @author RalfBecker@outdoor-training.de
|
|
||||||
* @license LGPL
|
|
||||||
*/
|
|
||||||
|
|
||||||
class db extends egw_db
|
|
||||||
{
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user