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
9e4aa6ee
Commit
9e4aa6ee
authored
Feb 27, 2014
by
Leigh B Stoller
Browse files
Kill the DB description field as we convert to rspec_tour.
parent
1493953f
Changes
1
Hide whitespace changes
Inline
Side-by-side
apt/manage_profile.in
View file @
9e4aa6ee
...
...
@@ -239,6 +239,9 @@ if ($update) {
$errors
{"
profile_name
"}
=
"
No such profile exists
";
UserError
();
}
# Kill the description.. No longer used.
$update_args
{"
description
"}
=
"";
$profile
->
Update
(
\
%update_args
)
==
0
or
fatal
("
Could not update profile record
");
# Bump the modtime.
...
...
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