From 02a6f9e55299c82ec0c89ecea97a14b671994199 Mon Sep 17 00:00:00 2001 From: konrad Date: Fri, 18 Jun 2010 16:11:44 +0000 Subject: [PATCH] PGSql: make abort more logical git-svn-id: https://silmor.de/svn/softmagic/pack/trunk@504 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- phpbase/db_pgsql.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpbase/db_pgsql.php b/phpbase/db_pgsql.php index 7c0e636..8786654 100644 --- a/phpbase/db_pgsql.php +++ b/phpbase/db_pgsql.php @@ -361,9 +361,9 @@ class PGsqlEngine extends DbEngine print("\n"); if($detail!==false) print("\n"); - if($this->do_abort) - die("giving up"); } + if($this->do_abort) + die("giving up"); } }; -- 1.7.2.5