switching accidently commited PostgreSQL query log off again

This commit is contained in:
Ralf Becker 2011-03-20 12:57:56 +00:00
parent 778d03772a
commit 38ef2706e3

View File

@ -357,7 +357,6 @@ class egw_db
switch($this->Type) // convert to ADO db-type-names
{
case 'pgsql':
$this->query_log = '/tmp/pgsql-query.log';
$type = 'postgres'; // name in ADOdb
// create our own pgsql connection-string, to allow unix domain soccets if !$Host
$Host = "dbname=$this->Database".($this->Host ? " host=$this->Host".($this->Port ? " port=$this->Port" : '') : '').