thomascube
2008-04-12 47124c2279382714afd8dbe4a867a867ea179199
program/include/rcube_mdb2.php
File was renamed from program/include/rcube_mdb2.inc
@@ -2,10 +2,10 @@
/*
 +-----------------------------------------------------------------------+
 | program/include/rcube_mdb2.inc                                        |
 | program/include/rcube_mdb2.php                                        |
 |                                                                       |
 | This file is part of the RoundCube Webmail client                     |
 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 |
 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 | PURPOSE:                                                              |
@@ -19,12 +19,6 @@
 $Id$
*/
/**
 * Obtain the PEAR::DB class that is used for abstraction
 */
require_once('MDB2.php');
/**
@@ -617,4 +611,3 @@
}
?>