Changeset:
43da4a3a5e46
https://sourceforge.net/p/mrbs/hg-code/ci/43da4a3a5e464d4811a87403e01b6d7ddd3d1105
Author:
Campbell Morrison <[email protected]>
Date:
Mon Sep 19 08:08:23 2016 +0100
Log message:
Fixed problem with PDOException
diffstat:
web/mysqli.inc | 2 +-
web/pgsql.inc | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 12346937d643 -r 43da4a3a5e46 web/mysqli.inc
--- a/web/mysqli.inc Sun Sep 18 10:07:05 2016 +0100
+++ b/web/mysqli.inc Mon Sep 19 08:08:23 2016 +0100
@@ -1,6 +1,6 @@
<?php
namespace MRBS;
-use PDO;
+use PDO, PDOException;
// $Id$
diff -r 12346937d643 -r 43da4a3a5e46 web/pgsql.inc
--- a/web/pgsql.inc Sun Sep 18 10:07:05 2016 +0100
+++ b/web/pgsql.inc Mon Sep 19 08:08:23 2016 +0100
@@ -1,7 +1,6 @@
<?php
namespace MRBS;
-
-use PDO;
+use PDO, PDOException;
// $Id$
------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits