From 725d43add7753f470867991a47c1abb6f9c332e5 Mon Sep 17 00:00:00 2001 From: roundcube Date: Wed, 26 Oct 2005 22:12:36 +0000 Subject: Finished message sorting and fixed some skin issues git-svn-id: https://svn.roundcube.net/trunk@62 208e9e7b-5314-0410-a742-e7e81cd9613c --- .../program/lib/MDB2/Driver/Native/mysql.php | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 roundcubemail/program/lib/MDB2/Driver/Native/mysql.php (limited to 'roundcubemail/program/lib/MDB2/Driver/Native/mysql.php') diff --git a/roundcubemail/program/lib/MDB2/Driver/Native/mysql.php b/roundcubemail/program/lib/MDB2/Driver/Native/mysql.php new file mode 100644 index 000000000..53970af1c --- /dev/null +++ b/roundcubemail/program/lib/MDB2/Driver/Native/mysql.php @@ -0,0 +1,58 @@ + | +// +----------------------------------------------------------------------+ +// +// $Id$ +// + +/** + * MDB2 MySQL driver for the native module + * + * @package MDB2 + * @category Database + * @author Lukas Smith + */ +class MDB2_Driver_Native_mysql extends MDB2_Module_Common +{ +} +?> \ No newline at end of file -- cgit v1.2.3