summaryrefslogtreecommitdiff
path: root/database.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-07-06 09:37:30 +0000
committerDries Buytaert <dries@buytaert.net>2000-07-06 09:37:30 +0000
commit4e132c9fd5ee53b5ad7317de6899f1ea2207ab09 (patch)
treea14f584c7dcedf2782d2b4232f90fac117b72c3c /database.inc
parent14b12b3a6a97f0b927a3cf6b4dc8c197536d6a4f (diff)
downloadbrdo-4e132c9fd5ee53b5ad7317de6899f1ea2207ab09.tar.gz
brdo-4e132c9fd5ee53b5ad7317de6899f1ea2207ab09.tar.bz2
* _Major_ update of the comments and moderation system: it's a lot more
stream-lined and more compact. There are a few parts I like to optimize prior to heading towards comment moderation. Please test, report bugs and update the footer()-part of your themes a bit (see my theme)!!! -- Dries
Diffstat (limited to 'database.inc')
-rw-r--r--database.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/database.inc b/database.inc
index 83da9e602..4311873b1 100644
--- a/database.inc
+++ b/database.inc
@@ -7,10 +7,6 @@
* just adjust the handlers to your needs.
*/
-///////////////////////////////////////////////////////////////////////////
-// NOTE: these functions are under construction and in no way finilized! //
-///////////////////////////////////////////////////////////////////////////
-
function db_connect() {
include "config.inc";
mysql_pconnect($dbhost, $dbuname, $dbpass) or die(mysql_Error());