summaryrefslogtreecommitdiff
path: root/classes/database/Postgres.php
diff options
context:
space:
mode:
authorchriskl2002-02-11 09:32:47 +0000
committerchriskl2002-02-11 09:32:47 +0000
commitf6e0c11892b918c4ae681f7329e4b3a8cebb5bcf (patch)
treec129e48a2174a685362c86aa20d89741595303db /classes/database/Postgres.php
parentf8fa64feb0a33b5712c8822a6fc58de918dcdaa4 (diff)
Began a new cvs module named 'webdb'. This will eventually become the next-generation engine.startchriskl
Diffstat (limited to 'classes/database/Postgres.php')
-rwxr-xr-xclasses/database/Postgres.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/database/Postgres.php b/classes/database/Postgres.php
index db43021b..4f1bc910 100755
--- a/classes/database/Postgres.php
+++ b/classes/database/Postgres.php
@@ -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.1 2002/02/11 09:32:47 chriskl Exp $
+ * $Id: Postgres.php,v 1.1.1.1 2002/02/11 09:32:47 chriskl Exp $
*/
include_once('ADODB_base.pclass');