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 | |
parent | f8fa64feb0a33b5712c8822a6fc58de918dcdaa4 (diff) |
Began a new cvs module named 'webdb'. This will eventually become the next-generation engine.startchriskl
-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 | ||||
-rw-r--r-- | conf/config.inc | 2 | ||||
-rwxr-xr-x | lang/english.php | 2 | ||||
-rw-r--r-- | lang/template.php | 2 | ||||
-rw-r--r-- | public_html/browser.php | 2 | ||||
-rwxr-xr-x | public_html/databases.php | 2 | ||||
-rwxr-xr-x | public_html/index.php | 2 | ||||
-rwxr-xr-x | public_html/intro.php | 2 | ||||
-rwxr-xr-x | public_html/login.php | 2 | ||||
-rwxr-xr-x | public_html/topbar.php | 2 |
13 files changed, 13 insertions, 13 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???
diff --git a/conf/config.inc b/conf/config.inc index 617d1b49..bc8c61e9 100644 --- a/conf/config.inc +++ b/conf/config.inc @@ -3,7 +3,7 @@ /**
* Central WebDB configuration
*
- * $Id: config.inc,v 1.1 2002/02/11 09:32:49 chriskl Exp $
+ * $Id: config.inc,v 1.1.1.1 2002/02/11 09:32:49 chriskl Exp $
*/
// Set error reporting level
diff --git a/lang/english.php b/lang/english.php index 152d6b22..5ee3d1b5 100755 --- a/lang/english.php +++ b/lang/english.php @@ -3,7 +3,7 @@ /**
* Main access point to WebDB.
*
- * $Id: english.php,v 1.1 2002/02/11 09:32:49 chriskl Exp $
+ * $Id: english.php,v 1.1.1.1 2002/02/11 09:32:49 chriskl Exp $
*/
// Include application functions
diff --git a/lang/template.php b/lang/template.php index a819a5f8..5a119c9b 100644 --- a/lang/template.php +++ b/lang/template.php @@ -4,7 +4,7 @@ * Language template file for WebDB. Use this to base language
* files.
*
- * $Id: template.php,v 1.1 2002/02/11 09:32:49 chriskl Exp $
+ * $Id: template.php,v 1.1.1.1 2002/02/11 09:32:49 chriskl Exp $
*/
$appLang = 'english';
diff --git a/public_html/browser.php b/public_html/browser.php index 7acd0df9..16e73b8f 100644 --- a/public_html/browser.php +++ b/public_html/browser.php @@ -3,7 +3,7 @@ /**
* Main object browser
*
- * $Id: browser.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $
+ * $Id: browser.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $
*/
// Include application functions
diff --git a/public_html/databases.php b/public_html/databases.php index 934d1025..c4808c80 100755 --- a/public_html/databases.php +++ b/public_html/databases.php @@ -4,7 +4,7 @@ * List databases in a server
* @param $webdbServerID The ID of the current server
*
- * $Id: databases.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $
+ * $Id: databases.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $
*/
// Include application functions
diff --git a/public_html/index.php b/public_html/index.php index 956cde9f..98fa51c5 100755 --- a/public_html/index.php +++ b/public_html/index.php @@ -3,7 +3,7 @@ /**
* Main access point to WebDB.
*
- * $Id: index.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $
+ * $Id: index.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $
*/
// Include application functions
diff --git a/public_html/intro.php b/public_html/intro.php index ffa2521d..179b7a15 100755 --- a/public_html/intro.php +++ b/public_html/intro.php @@ -3,7 +3,7 @@ /**
* Intro screen
*
- * $Id: intro.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $
+ * $Id: intro.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $
*/
// Include application functions
diff --git a/public_html/login.php b/public_html/login.php index a8c03319..a689b0ee 100755 --- a/public_html/login.php +++ b/public_html/login.php @@ -3,7 +3,7 @@ /**
* Login screen
*
- * $Id: login.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $
+ * $Id: login.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $
*/
// Include application functions
diff --git a/public_html/topbar.php b/public_html/topbar.php index aa23d196..33bc56f5 100755 --- a/public_html/topbar.php +++ b/public_html/topbar.php @@ -3,7 +3,7 @@ /**
* Top menu for WebDB
*
- * $Id: topbar.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $
+ * $Id: topbar.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $
*/
// Include application functions
|