backport 8beta5 fix
authorchriskl <chriskl>
Mon, 29 Nov 2004 04:52:31 +0000 (04:52 +0000)
committerchriskl <chriskl>
Mon, 29 Nov 2004 04:52:31 +0000 (04:52 +0000)
classes/database/Postgres73.php
classes/database/Postgres80.php
database.php

index 99d1c87aefbbbb2179b16d2acdb7d1fa8488e52f..8b1ff6a26ba0688381543b933e65ea7548cd5042 100644 (file)
@@ -4,7 +4,7 @@
  * A class that implements the DB interface for Postgres
  * Note: This class uses ADODB and returns RecordSets.
  *
- * $Id: Postgres73.php,v 1.141 2004/11/29 01:48:38 chriskl Exp $
+ * $Id: Postgres73.php,v 1.140.2.1 2004/11/29 04:52:33 chriskl Exp $
  */
 
 // @@@ THOUGHT: What about inherits? ie. use of ONLY???
index db1f6f10ad9390bec4f9a1df7bacc9eb4ce21e7a..1652bad23c72874fd08a27c4acb28706a3752936 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * PostgreSQL 8.0 support
  *
- * $Id: Postgres80.php,v 1.8 2004/11/29 01:48:39 chriskl Exp $
+ * $Id: Postgres80.php,v 1.7.2.1 2004/11/29 04:52:45 chriskl Exp $
  */
 
 include_once('./classes/database/Postgres74.php');
index a3726770f315b1eca6ad6d853f17944b29444308..09f20343316bd1a22bc8a2d25ed592059b6d182d 100755 (executable)
@@ -3,7 +3,7 @@
        /**
         * Manage schemas within a database
         *
-        * $Id: database.php,v 1.65 2004/11/29 01:48:38 chriskl Exp $
+        * $Id: database.php,v 1.64.2.1 2004/11/29 04:52:31 chriskl Exp $
         */
 
        // Include application functions