Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
897e6588
Commit
897e6588
authored
Jul 24, 2017
by
frankiejol
Committed by
Francesc Guasch
Jan 15, 2018
Browse files
[#314] search for unifished requests
parent
eebfd141
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/Domain.pm
View file @
897e6588
...
@@ -1495,7 +1495,7 @@ Returns a list of pending requests from the domain
...
@@ -1495,7 +1495,7 @@ Returns a list of pending requests from the domain
sub
list_requests
{
sub
list_requests
{
my
$self
=
shift
;
my
$self
=
shift
;
my
$sth
=
$$CONNECTOR
->
dbh
->
prepare
(
my
$sth
=
$$CONNECTOR
->
dbh
->
prepare
(
"
SELECT * FROM requests WHERE id_domain = ? AND status
ne
'done'
"
"
SELECT * FROM requests WHERE id_domain = ? AND status
<>
'done'
"
);
);
$sth
->
execute
(
$self
->
id
);
$sth
->
execute
(
$self
->
id
);
my
@list
;
my
@list
;
...
...
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