Skip to content
GitLab
Menu
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
790e4257
Commit
790e4257
authored
Jan 10, 2019
by
Okhin
Browse files
Ajout de a colonne parent au bon endroit.
parent
50a7c258
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/controller/admin.php
View file @
790e4257
...
...
@@ -622,7 +622,8 @@ 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,
d.parent AS parent
FROM dons d
JOIN adresses a ON a.id = d.adresse_id
WHERE d.id='"
.
$row
[
'taille'
]
.
"'"
);
...
...
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