From d0d70a837a0bae3f12409b311f2cfc52e587dee4 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 25 Nov 2003 19:40:54 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2693 --- html/user/db.inc | 2 +- html/user/stats.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/html/user/db.inc b/html/user/db.inc index 322fe1a01d..ac53e8f6d3 100644 --- a/html/user/db.inc +++ b/html/user/db.inc @@ -6,7 +6,7 @@ require_once('util.inc'); // Presentation code (HTML) shouldn't be here function db_init($pathMod='') { - $retval = mysql_connect(); + $retval = mysql_pconnect(); if (!$retval) { echo "Unable to connect to database - please try again later"; exit(); diff --git a/html/user/stats.php b/html/user/stats.php index dfcf60529b..30709339fd 100644 --- a/html/user/stats.php +++ b/html/user/stats.php @@ -18,8 +18,8 @@ and the files are

This data can be summarized and represented as Web pages. -An example is -here. +An example (in Danish) is at +http://www.boinc.dk. "; page_tail();