mirror of https://github.com/BOINC/boinc.git
web: Re-added line thaty was accidentally removed.
This commit is contained in:
parent
c38f8065e0
commit
683c5629bc
|
@ -589,6 +589,7 @@ function print_prefs_form(
|
||||||
if (!$venue) {
|
if (!$venue) {
|
||||||
prefs_form_privacy($user);
|
prefs_form_privacy($user);
|
||||||
prefs_form_consent($user);
|
prefs_form_consent($user);
|
||||||
|
venue_form($user);
|
||||||
}
|
}
|
||||||
prefs_form_project_specific($prefs->project_specific, $project_error);
|
prefs_form_project_specific($prefs->project_specific, $project_error);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue