From 2e4c7ee41aa6e21ab840ff7529bc7ee9ac6637c6 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 18 Feb 2008 23:48:07 +0000 Subject: [PATCH] - web: fix in XML RPC to get pending credit fixes #558 svn path=/trunk/boinc/; revision=14758 --- checkin_notes | 6 ++++++ html/user/pending.php | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index 02a5d8d3ba..7bf718fe9b 100644 --- a/checkin_notes +++ b/checkin_notes @@ -1446,3 +1446,9 @@ David Feb 17 2008 sched/ sched_hr.C + +David Feb 18 2008 + - web: fix in XML RPC to get pending credit + + html/user/ + pending.php diff --git a/html/user/pending.php b/html/user/pending.php index 5ffa42afba..51053ad9ef 100644 --- a/html/user/pending.php +++ b/html/user/pending.php @@ -1,5 +1,4 @@ ".xml_error(-136)."\n"; exit(); @@ -60,4 +60,5 @@ if ($format == "xml") { page_tail(); } +$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?>