Changeset:
        39ee8419bb34
        
https://sourceforge.net/p/mrbs/hg-code/ci/39ee8419bb3405386014e24c7d29dd68c0e5dc25
Author:
        John Beranek <[email protected]>
Date:
        Sat Sep 24 21:34:03 2016 +0100
Log message:

Fixed call to DBFactory::create

diffstat:

 convert_db_to_utf8.php |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (24 lines):

diff -r 6d6b5bab1c14 -r 39ee8419bb34 convert_db_to_utf8.php
--- a/convert_db_to_utf8.php    Sat Sep 24 21:32:08 2016 +0100
+++ b/convert_db_to_utf8.php    Sat Sep 24 21:34:03 2016 +0100
@@ -141,13 +141,13 @@
     $admin_username = $db_login;
     $admin_password = $db_password;
   }
-  $db_handle = new DBFactory::create($dbsys,
-                                     $db_host,
-                                     $admin_username,
-                                     $admin_password,
-                                     $db_database,
-                                     0,
-                                     $db_port);
+  $db_handle = DBFactory::create($dbsys,
+                                 $db_host,
+                                 $admin_username,
+                                 $admin_password,
+                                 $db_database,
+                                 0,
+                                 $db_port);
   echo '
     <p>
       Starting update, this could take a while...

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

Reply via email to