Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
legi
soft
gestex
Commits
e9d97bf5
Commit
e9d97bf5
authored
Jul 15, 2021
by
Estéban Ristich
Browse files
Fix Issue
#62
Rename recipe get SQL function
parent
22a5e2f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
intervention-edit.php
View file @
e9d97bf5
...
...
@@ -29,7 +29,7 @@ if ($mode == 'Ajouter') {
}
else
if
(
$mode
==
'Modifier'
)
{
en_tete
(
'Modifier une intervention'
);
$intervention_fetch
=
get_intervention_listall_by_equipment
(
$pdo
,
$equipment_id
);
$recipe_fetch
=
get_recipe_listall_by_
equipment
(
$pdo
,
$equipment
_id
);
$recipe_fetch
=
get_recipe_listall_by_
intervention
(
$pdo
,
$intervention
_id
);
$recipe_count
=
count
(
$recipe_fetch
);
}
?>
...
...
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