Changeset 1291 in subversion for trunk/roundcubemail/program/include/rcube_mdb2.php
- Timestamp:
- Apr 12, 2008 9:54:45 AM (5 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_mdb2.php
r1281 r1291 3 3 /* 4 4 +-----------------------------------------------------------------------+ 5 | program/include/rcube_mdb2. inc|5 | program/include/rcube_mdb2.php | 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005-200 7, RoundCube Dev. - Switzerland |8 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | … … 20 20 21 21 */ 22 23 24 /**25 * Obtain the PEAR::DB class that is used for abstraction26 */27 require_once('MDB2.php');28 22 29 23 … … 618 612 619 613 620 ?>
Note: See TracChangeset
for help on using the changeset viewer.
