summaryrefslogtreecommitdiff
path: root/classes/database/Postgres71.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/database/Postgres71.php')
-rw-r--r--classes/database/Postgres71.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/database/Postgres71.php b/classes/database/Postgres71.php
index 34239d76..68c8698d 100644
--- a/classes/database/Postgres71.php
+++ b/classes/database/Postgres71.php
@@ -4,7 +4,7 @@
* A class that implements the DB interface for Postgres
* Note: This class uses ADODB and returns RecordSets.
*
- * $Id: Postgres71.php,v 1.1 2002/02/11 09:32:48 chriskl Exp $
+ * $Id: Postgres71.php,v 1.1.1.1 2002/02/11 09:32:48 chriskl Exp $
*/
// @@@ THOUGHT: What about inherits? ie. use of ONLY???