mirror of https://github.com/BOINC/boinc.git
More undefined variables
svn path=/trunk/boinc/; revision=6109
This commit is contained in:
parent
ae34abe4f4
commit
e99cac1155
|
@ -6420,6 +6420,7 @@ Bruce 11 May 2005
|
|||
inc/
|
||||
forum.inc
|
||||
util.inc
|
||||
prefs.inc
|
||||
host.inc
|
||||
user/
|
||||
prefs.php
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue