More undefined variables

svn path=/trunk/boinc/; revision=6109
This commit is contained in:
Bruce Allen 2005-05-11 09:27:14 +00:00
parent ae34abe4f4
commit e99cac1155
3 changed files with 3 additions and 0 deletions

View File

@ -6420,6 +6420,7 @@ Bruce 11 May 2005
inc/
forum.inc
util.inc
prefs.inc
host.inc
user/
prefs.php

View File

@ -4,6 +4,7 @@ require_once("../inc/credit.inc");
function location_form($host) {
$none = "selected";
$h=$w=$s="";
if ($host->venue == "home") $h = "selected";
if ($host->venue == "work") $w = "selected";
if ($host->venue == "school") $s = "selected";

View File

@ -684,6 +684,7 @@ function venue_show($user) {
}
function venue_form($user) {
$h=$w=$s="";
if ($user->venue == "home") $h = "selected";
if ($user->venue == "work") $w = "selected";
if ($user->venue == "school") $s = "selected";