mirror of https://github.com/BOINC/boinc.git
Corrected syntax errors/typos
svn path=/trunk/boinc/; revision=14099
This commit is contained in:
parent
71de03e6de
commit
aaad2cbc70
|
@ -16,7 +16,7 @@ if ($host->userid != $user->id) {
|
|||
error_page("Not your host");
|
||||
}
|
||||
|
||||
$retva = $host->update("venue='$venue');
|
||||
$retval = $host->update("venue='$venue'");
|
||||
if ($retval) {
|
||||
page_head("Host venue updated");
|
||||
if ($venue == '') {
|
||||
|
|
Loading…
Reference in New Issue