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
b33b8870
Commit
b33b8870
authored
May 24, 2006
by
Leigh B. Stoller
Browse files
Make that four broken queries.
parent
d8f68cb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/Template.pm.in
View file @
b33b8870
...
...
@@ -1015,7 +1015,9 @@ sub CopyMetadata($$$)
my $param_result =
DBQueryWarn("select * ".
" from experiment_template_parameters ".
"where name=$name");
"where parent_guid='
$
from_guid
' and ".
" parent_vers='
$
to_vers
' and ".
" name=$name");
return -1
if (!$param_result);
...
...
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