remove erroneous endTransaction
authorchriskl <chriskl>
Sun, 12 Oct 2003 09:28:55 +0000 (09:28 +0000)
committerchriskl <chriskl>
Sun, 12 Oct 2003 09:28:55 +0000 (09:28 +0000)
classes/database/Postgres.php

index 6243683e5ff2257587a30d97e178d7d4f2238aa1..3f7e050fcbc82ffa9d8ed8d57621f5d5fa88d6cc 100755 (executable)
@@ -4,7 +4,7 @@
  * A class that implements the DB interface for Postgres
  * Note: This class uses ADODB and returns RecordSets.
  *
- * $Id: Postgres.php,v 1.154 2003/10/12 05:46:32 chriskl Exp $
+ * $Id: Postgres.php,v 1.155 2003/10/12 09:28:55 chriskl Exp $
  */
 
 // @@@ THOUGHT: What about inherits? ie. use of ONLY???
@@ -613,9 +613,6 @@ class Postgres extends BaseDB {
                        }
                }
 
-               // End transaction
-               $this->endTransaction();
-
                // Add a newline to separate data that follows (if any)
                $sql .= "\n";