Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
3c26fffb
Commit
3c26fffb
authored
Jul 05, 2006
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix to Delete().
parent
c593400d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
db/Experiment.pm.in
db/Experiment.pm.in
+2
-1
No files found.
db/Experiment.pm.in
View file @
3c26fffb
...
@@ -386,7 +386,8 @@ sub Delete($;$)
...
@@ -386,7 +386,8 @@ sub Delete($;$)
my
$
rsrcidx
=
$
self
->
rsrcidx
();
my
$
rsrcidx
=
$
self
->
rsrcidx
();
DBQueryWarn
(
"DELETE from experiment_resources "
.
DBQueryWarn
(
"DELETE from experiment_resources "
.
"WHERE idx=$rsrcidx"
);
"WHERE idx='$rsrcidx'"
)
if
(
defined
($
rsrcidx
)
&&
$
rsrcidx
);
DBQueryWarn
(
"DELETE from testbed_stats "
.
DBQueryWarn
(
"DELETE from testbed_stats "
.
"WHERE exptidx=$exptidx"
);
"WHERE exptidx=$exptidx"
);
...
...
Write
Preview
Markdown
is supported
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