*** empty log message ***

svn path=/trunk/boinc/; revision=12348
This commit is contained in:
David Anderson 2007-04-11 22:46:42 +00:00
parent 3eaea4fb71
commit 49afbfe4e3
3 changed files with 14 additions and 1 deletions

View File

@ -3428,3 +3428,9 @@ David 11 Apr 2007
DlgAdvPreferences.cpp
lib/
network.h
David 11 Apr 2007
- user web: wrong URL for BOINC Combined Stats
html/inc/
user.inc

View File

@ -1,6 +1,13 @@
<?
$project_news = array(
array("April 11, 2007",
"The BBC documentary 'Meltdown',
which highlights <a href=http://climateprediction.net>Climateprediction.net</a>,
has been nominated for
a <a href=http://www.bafta.org/site/page129.html>British Academy of
Film and Television Arts</a> academy award."
),
array("April 4, 2007",
"Dr. Anderson gave the keynote talk,
<a href=talks/ipdps_07_kn.ppt>Volunteer Computing: Planting the Flag</a>,

View File

@ -58,7 +58,7 @@ function parse_user($f, $user) {
function get_other_projects($user) {
$cpid = md5($user->cross_project_id . $user->email_addr);
$url = "http://boinc.netsoft-online.com/e107_plugins/boinc/get_user.php?cpid=$cpid";
$url = "http://boinc.netsoft-online.com/get_user.php?cpid=$cpid";
$f = fopen($url, "r");
if (!$f) {
return $user;