pg connector fix

git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/legacy@85 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
akulikov
2009-04-28 15:30:12 +00:00
parent 4a6e5d4cab
commit f5d6d9680d

View File

@ -89,7 +89,7 @@ class DBConnector
static public function getId($handler)
{
return pg_last_oid($handler);
return -1; //DISABLED FORM postgreSQL
}
static public function autocommit($handler, $switch)