Merge remote-tracking branch 'origin/feature/HOR-3559' into feature/HOR-3629
This commit is contained in:
@@ -1503,7 +1503,7 @@ function get_infoOnPM($workspace) {
|
||||
$dbNetView = new NET(DB_HOST);
|
||||
$dbNetView->loginDbServer(DB_USER, DB_PASS);
|
||||
|
||||
$dbConns = new dbConnections('');
|
||||
$dbConns = new DbConnections('');
|
||||
$availdb = '';
|
||||
foreach( $dbConns->getDbServicesAvailables() as $key => $val ) {
|
||||
if( $availdb != '' )
|
||||
|
||||
Reference in New Issue
Block a user