preference update message

svn path=/trunk/boinc/; revision=1302
This commit is contained in:
Tim Lan 2003-06-04 23:12:55 +00:00
parent 4b98c0291d
commit 220db249a4
2 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,9 @@
$subset = $_GET["subset"];
page_head(subset_name($subset)." preferences");
if ($_GET['updated']) {
echo '<p style="color: ref">Your preference has been updated and will take effect the next time BOINC starts, or you may manually retrieve the preference in the BOINC software.';
}
if ($subset == "global") {
print_prefs_display_global($user);
} else {

View File

@ -41,6 +41,6 @@ if ($subset == "global") {
venue_update($user);
}
}
Header("Location: prefs.php?subset=$subset");
Header("Location: prefs.php?subset=$subset&updated=1");
?>