tbrehm
2008-07-09 88d899db2dedb799fecf941d7021b1dd30d87a17
server/plugins-available/mysql_clientdb_plugin.inc.php
@@ -105,6 +105,7 @@
         $link = mysql_connect($clientdb_host, $clientdb_user, $clientdb_password);
         if (!$link) {
            $app->log('Unable to connect to the database'.mysql_error($link),LOGLEVEL_ERROR);
            return;
         }
         
         //* Rename User
@@ -164,6 +165,7 @@
         $link = mysql_connect($clientdb_host, $clientdb_user, $clientdb_password);
         if (!$link) {
            $app->log('Unable to connect to the database'.mysql_error($link),LOGLEVEL_ERROR);
            return;
         }
         
         //* Get the db host setting for the access priveliges