Changeset:
        8be20a19a8be
        
https://sourceforge.net/p/mrbs/hg-code/ci/8be20a19a8be2f788824d37542c0a994c1d8c768
Author:
        John Beranek <jbera...@users.sourceforge.net>
Date:
        Sat Sep 17 19:01:33 2016 +0100
Log message:

Fixed typo in mysqli.inc

diffstat:

 web/mysqli.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b3c432bb1344 -r 8be20a19a8be web/mysqli.inc
--- a/web/mysqli.inc    Sat Sep 17 18:57:21 2016 +0100
+++ b/web/mysqli.inc    Sat Sep 17 19:01:33 2016 +0100
@@ -567,7 +567,7 @@
   {
     $db_conn = new 
PDO("mysql:host=$host;port=$db_port;dbname=$db_name;charset=UTF8",
                        $username,
-                       $password
+                       $password,
                        array(PDO::ATTR_PERSISTENT => ($persist ? true : 
false)));
   }
   catch (PDOException $e)

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
Mrbs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to