Began a new cvs module named 'webdb'. This will eventually become the next-generatio... chriskl start
authorchriskl <chriskl>
Mon, 11 Feb 2002 09:32:47 +0000 (09:32 +0000)
committerchriskl <chriskl>
Mon, 11 Feb 2002 09:32:47 +0000 (09:32 +0000)
13 files changed:
classes/database/ADODB_base.php
classes/database/BaseDB.php
classes/database/Postgres.php
classes/database/Postgres71.php
conf/config.inc
lang/english.php
lang/template.php
public_html/browser.php
public_html/databases.php
public_html/index.php
public_html/intro.php
public_html/login.php
public_html/topbar.php

index 1fb1a22b12179ad2d7c763b3a46ea59c4d487278..323b8a36aaf7ba6a3e741e58478bb67a18c75eb6 100644 (file)
@@ -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');
index c5722abdbaccf5a146ae03fc678c9b7c527a9571..d4fe75799141aa4bfef48348cdf3b00a4613d7ca 100644 (file)
@@ -4,7 +4,7 @@
  * A class that implements the DB interface for Postgres\r
  * Note: This class uses ADODB and returns RecordSets.\r
  *\r
- * $Id: BaseDB.php,v 1.1 2002/02/11 09:32:47 chriskl Exp $\r
+ * $Id: BaseDB.php,v 1.1.1.1 2002/02/11 09:32:47 chriskl Exp $\r
  */\r
 \r
 include_once('../classes/database/ADODB_base.php');\r
index db43021b89ba13173b49dde2a5adc6306603bf8b..4f1bc910791a2df503553fc7b398d63a7ae7421d 100755 (executable)
@@ -4,7 +4,7 @@
  * A class that implements the DB interface for Postgres\r
  * Note: This class uses ADODB and returns RecordSets.\r
  *\r
- * $Id: Postgres.php,v 1.1 2002/02/11 09:32:47 chriskl Exp $\r
+ * $Id: Postgres.php,v 1.1.1.1 2002/02/11 09:32:47 chriskl Exp $\r
  */\r
 \r
 include_once('ADODB_base.pclass');\r
index 34239d76e731009b341d09105c6e9b762fd0638c..68c8698d3f10e23c24f01cf2626a2fbf70c5c94c 100644 (file)
@@ -4,7 +4,7 @@
  * A class that implements the DB interface for Postgres\r
  * Note: This class uses ADODB and returns RecordSets.\r
  *\r
- * $Id: Postgres71.php,v 1.1 2002/02/11 09:32:48 chriskl Exp $\r
+ * $Id: Postgres71.php,v 1.1.1.1 2002/02/11 09:32:48 chriskl Exp $\r
  */\r
 \r
 // @@@ THOUGHT: What about inherits? ie. use of ONLY???\r
index 617d1b49a7bb592475a453d198fe3dd66c528ee4..bc8c61e9606329ed2a9b036f4b4afc8eaab4637f 100644 (file)
@@ -3,7 +3,7 @@
        /**\r
         * Central WebDB configuration\r
         *\r
-        * $Id: config.inc,v 1.1 2002/02/11 09:32:49 chriskl Exp $\r
+        * $Id: config.inc,v 1.1.1.1 2002/02/11 09:32:49 chriskl Exp $\r
         */\r
 \r
        // Set error reporting level\r
index 152d6b2295e0583209a9a69b66d5ed5d7a2f9ba8..5ee3d1b51d58cf704152fbb162ef957b97b08414 100755 (executable)
@@ -3,7 +3,7 @@
        /**\r
         * Main access point to WebDB.\r
         *\r
-        * $Id: english.php,v 1.1 2002/02/11 09:32:49 chriskl Exp $\r
+        * $Id: english.php,v 1.1.1.1 2002/02/11 09:32:49 chriskl Exp $\r
         */\r
 \r
        // Include application functions\r
index a819a5f81a72fe56c19ad2b8728d42f86958c73f..5a119c9bc0363fa349f0e86d22f37fc37bcc13b5 100644 (file)
@@ -4,7 +4,7 @@
         * Language template file for WebDB.  Use this to base language\r
         * files.\r
         *\r
-        * $Id: template.php,v 1.1 2002/02/11 09:32:49 chriskl Exp $\r
+        * $Id: template.php,v 1.1.1.1 2002/02/11 09:32:49 chriskl Exp $\r
         */\r
 \r
        $appLang = 'english';\r
index 7acd0df9712645a2009a4db3a5600992d2e609eb..16e73b8fccee222bd11ddac7da444553395ab007 100644 (file)
@@ -3,7 +3,7 @@
        /**\r
         * Main object browser\r
         *\r
-        * $Id: browser.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $\r
+        * $Id: browser.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $\r
         */\r
 \r
        // Include application functions\r
index 934d1025acbdfe90f56dd9051ead88686b20d94b..c4808c8068da43f07bd455b5f1d82ddd7dc68bae 100755 (executable)
@@ -4,7 +4,7 @@
         * List databases in a server\r
         * @param $webdbServerID The ID of the current server\r
         *\r
-        * $Id: databases.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $\r
+        * $Id: databases.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $\r
         */\r
 \r
        // Include application functions\r
index 956cde9fc81b1e33f1f9ca64156e5538dcc89b8e..98fa51c5169ca4c3e1626f2bd9fc1e8217b9a5db 100755 (executable)
@@ -3,7 +3,7 @@
        /**\r
         * Main access point to WebDB.\r
         *\r
-        * $Id: index.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $\r
+        * $Id: index.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $\r
         */\r
 \r
        // Include application functions\r
index ffa2521dce7fab0e9378b940df5234ac08867519..179b7a15c78607b47244dfef1cd1ad927aecbec9 100755 (executable)
@@ -3,7 +3,7 @@
        /**\r
         * Intro screen\r
         *\r
-        * $Id: intro.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $\r
+        * $Id: intro.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $\r
         */\r
 \r
        // Include application functions\r
index a8c03319eeb6d8fb54fe5b8291f56170c6dbcfdc..a689b0ee6fd273cc8bbd52ed6ea0b0561fe741fb 100755 (executable)
@@ -3,7 +3,7 @@
        /**\r
         * Login screen\r
         *\r
-        * $Id: login.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $\r
+        * $Id: login.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $\r
         */\r
 \r
        // Include application functions\r
index aa23d1967d659a40da578393505fbdce445b08fd..33bc56f5cf4c473a977428152c85ec4e025374a9 100755 (executable)
@@ -3,7 +3,7 @@
        /**\r
         * Top menu for WebDB\r
         *\r
-        * $Id: topbar.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $\r
+        * $Id: topbar.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $\r
         */\r
 \r
        // Include application functions\r