Eliminate undefined index

svn path=/trunk/boinc/; revision=6120
This commit is contained in:
Bruce Allen 2005-05-11 10:56:49 +00:00
parent fc194843d4
commit 3d128b0910
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if (isset($_GET["cols"])) {
$subset = $_GET["subset"]; $subset = $_GET["subset"];
page_head(subset_name($subset)." preferences"); page_head(subset_name($subset)." preferences");
if ($_GET['updated']) { if (isset($_GET['updated'])) {
echo "<p style='color: red'> echo "<p style='color: red'>
Your preferences have been updated. Your preferences have been updated.
They will take effect when your computer communicates They will take effect when your computer communicates