From 47124c2279382714afd8dbe4a867a867ea179199 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 12 Apr 2008 09:54:45 -0400
Subject: [PATCH] Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch
---
program/include/rcube_mdb2.php | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/program/include/rcube_mdb2.inc b/program/include/rcube_mdb2.php
similarity index 98%
rename from program/include/rcube_mdb2.inc
rename to program/include/rcube_mdb2.php
index 72d9066..f2845d3 100644
--- a/program/include/rcube_mdb2.inc
+++ b/program/include/rcube_mdb2.php
@@ -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 @@
}
-?>
--
Gitblit v1.9.1