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
c4d5798b
Commit
c4d5798b
authored
Jul 13, 2021
by
Estéban Ristich
Browse files
Fix Issue
#62
Rename SQL function recipe
parent
e4508427
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/db-functions.php
View file @
c4d5798b
...
...
@@ -1412,7 +1412,7 @@ function set_version_by_name($pdo, $name, $version) {
// RECIPE
// ---------------------------------------------------------------------
function
set_
new_
recipe
(
$pdo
,
$pathname
,
$intervention_id
)
{
function
set_recipe
_new
(
$pdo
,
$pathname
,
$intervention_id
)
{
$sql
=
'INSERT INTO recipe (pathname, intervention_id) VALUES (?, ?)'
;
$stmt
=
$pdo
->
prepare
(
$sql
);
$iostat
=
$stmt
->
execute
(
array
(
$pathname
,
$intervention_id
));
...
...
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