X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fdbase_pgsql.phh;h=b882c63a13c35fa0b19fac0196cde0162487ce40;hb=860fbd36c87a6da4a71ef5e42d661c555bb3b3d6;hp=2b4467cef334d38b89682bd78221aeb5866935db;hpb=5f3e18722e863a3caa27ddcbb2380440da5d1d61;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() { }