diff options
Diffstat (limited to 'database.inc')
-rw-r--r-- | database.inc | 4 |
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()); |