WIP sofar

This commit is contained in:
Deon George
2011-04-06 09:12:31 +10:00
parent 939d0a43d6
commit 6d858a982a
8 changed files with 202 additions and 9 deletions

View File

@@ -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')) : '',