Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pro
loki
Commits
7438eeaf
Commit
7438eeaf
authored
7 years ago
by
Krzysztof Kutt
Browse files
Options
Download
Email Patches
Plain Diff
solution for 'PHP Fatal error: Cannot pass parameter 2 by reference' in SPARQL Endpoint
parent
7f3b420e
master
3-standalone-swi-prolog
adaptive_ui
provviz
sparqlupdate
wikigame
xttviewer-2022-03-23
xttviewer-2017-09-19
revisionsrater-2017-09-19
rdfloki-2018-09-16
rdfloki-2017-09-19
rdfeditor-2017-09-19
prov-2017-09-19
lokiontology-2023-03-15
lokiontology-2022-03-23
loki-2023-03-15
loki-2022-03-23
loki-2017-09-19
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
loki/sparql/index.php
+1
-1
loki/sparql/index.php
with
1 addition
and
1 deletion
+1
-1
loki/sparql/index.php
View file @
7438eeaf
...
...
@@ -12,7 +12,7 @@ if(isset($_GET['query']) AND !empty($_GET['query']) AND
isset
(
$_GET
[
'format'
])
AND
!
empty
(
$_GET
[
'format'
])
AND
in_array
(
strtolower
(
$_GET
[
'format'
]),
$formats
))
{
$sparql
=
new
LokiUtlSparql
();
echo
$sparql
->
process_sparql
(
$_GET
[
'query'
],
null
,
strtolower
(
$_GET
[
'format'
]));
echo
$sparql
->
process_sparql
(
$_GET
[
'query'
],
$a
=
null
,
strtolower
(
$_GET
[
'format'
]));
}
else
{
require_once
'./form.php'
;
}
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help