Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
don
Commits
d316a401
Commit
d316a401
authored
Jan 10, 2019
by
Okhin
Browse files
Suppression d'une virgule dans une requète SQL
parent
47935e1c
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
app/controller/admin.php
View file @
d316a401
...
...
@@ -622,7 +622,7 @@ class Admin extends Controller
if
(
$row
[
'quoi'
]
==
'piplome'
)
{
$pdf
=
$db
->
query
(
"SELECT d.id AS id,
a.nom AS pseudo,
d.pdf AS pdf
,
d.pdf AS pdf
FROM dons d
JOIN adresses a ON a.id = d.adresse_id
WHERE d.id='"
.
$row
[
'taille'
]
.
"'"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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