Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MediaDBViewerAPI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BA_SI-Projekt
MediaDBViewerAPI
Commits
73cb2c68
Commit
73cb2c68
authored
Jan 14, 2016
by
Nico Schallehn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
c7328dc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
api.class.php
api.class.php
+1
-2
No files found.
api.class.php
View file @
73cb2c68
...
...
@@ -141,8 +141,7 @@ class MediaDBViewerAPI{
$this
->
DebugOut
(
"nur eine Bedingung >"
.
implode
(
","
,
$imdbArr
[
0
])
.
">Zeile:"
.
__LINE__
);
//var_dump($imdbArr);
$imdbStr
=
implode
(
","
,
$imdbArr
[
0
]);
$Where
.=
(
strlen
(
$imdbStr
)
>
0
?
(
$first
?
""
:
" AND "
)
.
str_replace
(
",)"
,
")"
,
'imdbID in ('
.
$imdbStr
.
')'
)
:
(
$first
?
" 0 "
:
""
));
$first
=
false
;
break
;
case
2
:
$this
->
DebugOut
(
"2 Bedingungen >"
.
implode
(
","
,
array_intersect
(
$imdbArr
[
0
],
$imdbArr
[
1
]))
.
">Zeile:"
.
__LINE__
);
...
...
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