Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ad548607
Commit
ad548607
authored
Jun 08, 2010
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
6b65cda3
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/menu.php3
View file @
ad548607
...
@@ -1137,10 +1137,9 @@ function PAGEHEADER($title, $view = NULL, $extra_headers = NULL,
...
@@ -1137,10 +1137,9 @@ function PAGEHEADER($title, $view = NULL, $extra_headers = NULL,
TBGetVersionInfo
(
$major
,
$minor
,
$build
);
TBGetVersionInfo
(
$major
,
$minor
,
$build
);
$versioninfo
=
"Vers:
$major
.
$minor
Build:
$build
"
;
$versioninfo
=
"Vers:
$major
.
$minor
Build:
$build
"
;
$commithash
=
TBGetCommitHash
();
$hash
=
TBGetCommitHash
();
if
(
!
$commithash
)
{
if
(
$hash
)
{
$commithash
=
""
;
$commithash
=
"
$hash
"
;
}
}
}
}
echo
"<div id='versioninfo'>
$versioninfo
"
;
echo
"<div id='versioninfo'>
$versioninfo
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment