From f40058f8f817598e0533e9c57c6a4a0d3517afd9 Mon Sep 17 00:00:00 2001 From: Konrad Rosenbaum Date: Tue, 27 Dec 2011 21:12:31 +0100 Subject: [PATCH] fix some minor omissions --- Makefile | 2 +- phpbase/db_pgsql.php | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 059289d..d05db28 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ doc: cd phpbase && $(DOXYGEN) clean: - -rm -rf woc/woc woc/woc.exe woc/woc.app woc/prewoc* woc/.ctmp + -rm -rf woc/woc woc/woc.exe woc/woc.app woc/prewoc* woc/.ctmp woc/.ptmp -rm -rf vinfo -rm -rf qtbase/.ctmp qtbase/libqwbase* -rm -rf doc/phpbase doc/qtbase doc/woc diff --git a/phpbase/db_pgsql.php b/phpbase/db_pgsql.php index 65ec832..f0fb078 100644 --- a/phpbase/db_pgsql.php +++ b/phpbase/db_pgsql.php @@ -14,6 +14,7 @@ class PGsqlEngine extends DbEngine private $charset="UTF8"; private $intrans=false; private $do_debug=false; + private $do_abort=false; /**initialize driver*/ public function __construct($connstring) -- 1.7.2.5