WIP sofar
This commit is contained in:
@@ -83,8 +83,9 @@ class Database_TSM extends Database {
|
||||
else
|
||||
{
|
||||
// Create a connection and force it to be a new link
|
||||
$this->_connection = sprintf('%s -id=%s -password=%s -displ=list -dataonly=YES %s %s',
|
||||
$this->_connection = sprintf('%s %s -id=%s -password=%s -displ=list -dataonly=YES %s %s',
|
||||
Kohana::config('config.client'),
|
||||
Kohana::config('config.stanza') ? '-server='.Kohana::config('config.stanza') : '',
|
||||
$username,
|
||||
$password,
|
||||
Kohana::config('config.client_errorlogname') ? sprintf('-errorlogname=%s',Kohana::config('config.client_errorlogname')) : '',
|
||||
|
Reference in New Issue
Block a user