Changeset:
        434775b177dc
        
https://sourceforge.net/p/mrbs/hg-code/ci/434775b177dc67558196742a86aeb217f96ec82e
Author:
        John Beranek <[email protected]>
Date:
        Sun Sep 25 08:37:54 2016 +0100
Log message:

On second thoughts, DBStatement doesn't extent PDOStatement, except notionally

diffstat:

 web/lib/MRBS/DBStatement.php |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c362f89e8be9 -r 434775b177dc web/lib/MRBS/DBStatement.php
--- a/web/lib/MRBS/DBStatement.php      Sun Sep 25 08:27:55 2016 +0100
+++ b/web/lib/MRBS/DBStatement.php      Sun Sep 25 08:37:54 2016 +0100
@@ -3,12 +3,11 @@
 namespace MRBS;
 
 use PDO;
-use PDOStatement;
 use PDOException;
 
 
 //
-class DBStatement extends PDOStatement
+class DBStatement
 {
   protected $db_object = null;
   protected $statement = null;

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to