Marius Cramer
2015-02-03 9b0ee8d9832edd60b772ee11a18f2e1c4f39e8cf
server/lib/classes/aps_installer.inc.php
@@ -376,7 +376,7 @@
         setups get enough time to create the database */
      if($this->handle_type == 'install') {
         for($n = 1; $n < 15; $n++) {
            $link = mysql_connect($newdb_host, $newdb_login, $newdb_pw);
            $link = mysqli_connect($newdb_host, $newdb_login, $newdb_pw);
            if (!$link) {
               unset($link);
               sleep(5);