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
0d57cd36
Commit
0d57cd36
authored
Jun 15, 2004
by
David G Andersen
Browse files
Ahem. php is not perl, dave.
parent
da0e609c
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/cdromcheckin.php3
View file @
0d57cd36
...
...
@@ -252,7 +252,7 @@ if (strcmp($privIP, "1.1.1.1")) {
$force
=
$row
[
"force"
];
# Do not upgrade if the root tag already matches. ???
if
(
$force
eq
"yes"
||
!
isset
(
$roottag
)
||
strcmp
(
$roottag
,
$newroot
))
{
if
(
!
strcmp
(
$force
,
"yes"
)
||
!
isset
(
$roottag
)
||
strcmp
(
$roottag
,
$newroot
))
{
$update
=
1
;
DBQueryFatal
(
"update widearea_updates set update_started=now() "
.
...
...
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