Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
gredu_labs
Commits
fc7b8c06
Commit
fc7b8c06
authored
Apr 11, 2016
by
Vassilis Kanellopoulos
Browse files
fix if no appforms found when exporting appform items
parent
d6e19505
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/csv_export/bootstrap.php
View file @
fc7b8c06
...
...
@@ -254,6 +254,10 @@ return function (App $app) {
$appFormIds
=
R
::
getCol
(
$appFormIdsSql
);
if
(
empty
(
$appFormIds
))
{
return
[];
}
$in
=
implode
(
','
,
array_fill
(
0
,
count
(
$appFormIds
),
'?'
));
$sql
=
'SELECT applicationform.id AS id, '
.
' school.registry_no AS school_registry_no, '
...
...
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