*** empty log message ***

svn path=/trunk/boinc/; revision=2121
This commit is contained in:
chrisz 2003-08-15 22:08:39 +00:00
parent 0cb9f7a488
commit 6085e9a817
1 changed files with 3 additions and 3 deletions

View File

@ -10,14 +10,14 @@
$subset = $_GET["subset"]; $subset = $_GET["subset"];
page_head(subset_name($subset)." preferences"); page_head(subset_name($subset)." preferences");
if ($_GET['updated']) { if ($_GET['updated']) {
echo '<p style="color: red"> echo "<p style='color: red'>
Your preferences have been updated Your preferences have been updated
and will take effect the next time your computer communicates and will take effect the next time your computer communicates
with the project. with the project.
You may manually retrieve the preferences You may manually retrieve the preferences
using the BOINC client's "Get Preferences" command. using the BOINC client's \"Get Preferences\" command.
</p> </p>
'; ";
} }
if ($subset == "global") { if ($subset == "global") {
print_prefs_display_global($user); print_prefs_display_global($user);