1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 22:26:43 +02:00

fixed bug in IDibiDriver

This commit is contained in:
David Grudl
2008-05-19 19:32:06 +00:00
parent a8acce6d59
commit 4334eaa963

View File

@@ -85,15 +85,6 @@ interface IDibiDriver
/**
* Returns TRUE when connection was established.
*
* @return bool
*/
function isConnected();
/** /**
* Internal: Executes the SQL query. * Internal: Executes the SQL query.
* *