X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fdbase_pgsql.phh;h=b882c63a13c35fa0b19fac0196cde0162487ce40;hb=9f7f5563aa71814a58a41ec5ab6c2fd3a80510af;hp=2b4467cef334d38b89682bd78221aeb5866935db;hpb=12aa3028366c25d641bd6f89a033d8b2c1ebb3f0;p=brisk.git diff --git a/web/Obj/dbase_pgsql.phh b/web/Obj/dbase_pgsql.phh index 2b4467c..b882c63 100644 --- a/web/Obj/dbase_pgsql.phh +++ b/web/Obj/dbase_pgsql.phh @@ -122,6 +122,11 @@ class BriskDB return ($res); } + function last_error() + { + return pg_last_error($this->dbconn->db); + } + function users_load() { }