From 4334eaa963f3e01767b4327f61b53e375d3b63d3 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Mon, 19 May 2008 19:32:06 +0000 Subject: [PATCH] fixed bug in IDibiDriver --- dibi/libs/interfaces.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dibi/libs/interfaces.php b/dibi/libs/interfaces.php index bbf5894f..2034e256 100644 --- a/dibi/libs/interfaces.php +++ b/dibi/libs/interfaces.php @@ -85,15 +85,6 @@ interface IDibiDriver - /** - * Returns TRUE when connection was established. - * - * @return bool - */ - function isConnected(); - - - /** * Internal: Executes the SQL query. *