X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_pgsql_opengw.inc;h=3615bb4c69236d2340296cb29a1a10e11e1c135e;hb=382443db9d291ebe40f97a94534a0913f7c0a6ef;hp=d3432226f7de549aaac8fbc52b6b2e9a70a6cbfb;hpb=3f33564c6d7c7708138a5eb540055909bdf50721;p=gosa.git diff --git a/include/class_pgsql_opengw.inc b/include/class_pgsql_opengw.inc index d3432226f..3615bb4c6 100644 --- a/include/class_pgsql_opengw.inc +++ b/include/class_pgsql_opengw.inc @@ -26,7 +26,7 @@ class pgre_sql{ function _connect() { - error_reporting(E_ALL); + error_reporting(E_ALL | E_STRICT); if(is_callable("pg_connect")){ if(!empty($this->pwd)){ $this->handle = @pg_connect("dbname=".$this->db." host=".$this->server." user=".$this->user);