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
0562ddcc
Commit
0562ddcc
authored
Jun 23, 2004
by
Leigh B. Stoller
Browse files
Minor tweak; remove entry from node_activity table when deleting a
widearea node.
parent
12e2d5d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/wideareakeys.php3
View file @
0562ddcc
...
...
@@ -103,6 +103,7 @@ if (isset($deletekey)) {
DBQueryFatal
(
"delete from node_status where node_id='
$nodeid
'"
);
DBQueryFatal
(
"delete from reserved where node_id='
$nodeid
'"
);
DBQueryFatal
(
"delete from node_auxtypes where node_id='
$nodeid
'"
);
DBQueryFatal
(
"delete from node_activity where node_id='
$nodeid
'"
);
}
header
(
"Location: wideareakeys.php3"
);
}
...
...
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