Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
5d264a32
Commit
5d264a32
authored
May 30, 2018
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix.
parent
aba79edd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
db/Reservation.pm.in
db/Reservation.pm.in
+1
-1
No files found.
db/Reservation.pm.in
View file @
5d264a32
...
...
@@ -553,7 +553,7 @@ sub Tidy($)
DBQueryFatal
(
"INSERT INTO reservation_history( uuid, pid, pid_idx, "
.
"nodes, type, deleted, canceled, "
.
"created, start, end, uid, uid_idx, notes, admin_notes ) "
.
"SELECT uuid, pid, pid_idx, nodes, type,
deleted
, "
.
"SELECT uuid, pid, pid_idx, nodes, type,
null
, "
.
"cancel, created, start, end, uid, uid_idx, "
.
"notes, admin_notes FROM future_reservations WHERE "
.
"end < '$stamp' and approved is not null"
);
...
...
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