From e999db6b6b91a0877e795c0165ca21604b43f19a Mon Sep 17 00:00:00 2001 From: chriskl Date: Mon, 29 Nov 2004 04:52:31 +0000 Subject: [PATCH] backport 8beta5 fix --- classes/database/Postgres73.php | 2 +- classes/database/Postgres80.php | 2 +- database.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/classes/database/Postgres73.php b/classes/database/Postgres73.php index 99d1c87a..8b1ff6a2 100644 --- a/classes/database/Postgres73.php +++ b/classes/database/Postgres73.php @@ -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??? diff --git a/classes/database/Postgres80.php b/classes/database/Postgres80.php index db1f6f10..1652bad2 100644 --- a/classes/database/Postgres80.php +++ b/classes/database/Postgres80.php @@ -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'); diff --git a/database.php b/database.php index a3726770..09f20343 100755 --- a/database.php +++ b/database.php @@ -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 -- 2.39.5