mirror of https://github.com/BOINC/boinc.git
Fixed displaying the menu "Computing"
This commit is contained in:
parent
6a91481cc4
commit
a7d322cb05
|
@ -161,7 +161,7 @@ function sample_navbar(
|
|||
$x[] = array(tra("Help"), $url_prefix."help.php");
|
||||
navbar_menu(tra("Project"), $x);
|
||||
|
||||
if (defined('NO_COMPUTING')) {
|
||||
if (NO_COMPUTING) {
|
||||
// this is for projects that don't do computing, e.g. BOSSA-based
|
||||
//
|
||||
if (defined('BOSSA')) {
|
||||
|
|
Loading…
Reference in New Issue