Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
citizen-science
symbai
Commits
ff50d7a3
Commit
ff50d7a3
authored
Jul 11, 2014
by
Dave Griffiths
Browse files
merge fix
parent
f2e7fb9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
eavdb/entity-filter.ss
eavdb/entity-filter.ss
+1
-1
No files found.
eavdb/entity-filter.ss
View file @
ff50d7a3
...
@@ -115,7 +115,7 @@
...
@@ -115,7 +115,7 @@
filter
))
filter
))
(
define
(
filter-entities
db
table
type
filter
)
(
define
(
filter-entities
db
table
type
filter
)
(
let
((
q
(
build-query
table
filter
)))
(
let
((
q
(
build-query
table
filter
(
not
(
equal?
type
"*"
))
)))
(
let
((
s
(
apply
(
let
((
s
(
apply
db-select
db-select
(
append
(
append
...
...
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