diff options
author | chriskl | 2002-02-11 09:32:47 +0000 |
---|---|---|
committer | chriskl | 2002-02-11 09:32:47 +0000 |
commit | f6e0c11892b918c4ae681f7329e4b3a8cebb5bcf (patch) | |
tree | c129e48a2174a685362c86aa20d89741595303db /classes | |
parent | f8fa64feb0a33b5712c8822a6fc58de918dcdaa4 (diff) |
Began a new cvs module named 'webdb'. This will eventually become the next-generation engine.startchriskl
Diffstat (limited to 'classes')
-rw-r--r-- | classes/database/ADODB_base.php | 2 | ||||
-rw-r--r-- | classes/database/BaseDB.php | 2 | ||||
-rwxr-xr-x | classes/database/Postgres.php | 2 | ||||
-rw-r--r-- | classes/database/Postgres71.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/classes/database/ADODB_base.php b/classes/database/ADODB_base.php index 1fb1a22b..323b8a36 100644 --- a/classes/database/ADODB_base.php +++ b/classes/database/ADODB_base.php @@ -3,7 +3,7 @@ /* * Parent class of all ADODB objects. * - * $Id: ADODB_base.php,v 1.1 2002/02/11 09:32:47 chriskl Exp $ + * $Id: ADODB_base.php,v 1.1.1.1 2002/02/11 09:32:47 chriskl Exp $ */ include_once('../libraries/adodb/adodb-errorhandler.inc.php'); diff --git a/classes/database/BaseDB.php b/classes/database/BaseDB.php index c5722abd..d4fe7579 100644 --- a/classes/database/BaseDB.php +++ b/classes/database/BaseDB.php @@ -4,7 +4,7 @@ * A class that implements the DB interface for Postgres
* Note: This class uses ADODB and returns RecordSets.
*
- * $Id: BaseDB.php,v 1.1 2002/02/11 09:32:47 chriskl Exp $
+ * $Id: BaseDB.php,v 1.1.1.1 2002/02/11 09:32:47 chriskl Exp $
*/
include_once('../classes/database/ADODB_base.php');
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');
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???
|