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
druid-public
headwork
Commits
db2d556b
Commit
db2d556b
authored
May 11, 2021
by
GROSS-AMBLARD David
Browse files
tested
going to prod
parent
8b05c0e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
show-pages.php
View file @
db2d556b
...
...
@@ -445,7 +445,7 @@ function initializeUserProjectArtifact($conn, $user, $project)
$stmt
->
bindParam
(
':state'
,
$state
,
PDO
::
PARAM_STR
);
$stmt
->
bindParam
(
':node'
,
$node
,
PDO
::
PARAM_INT
);
$stmt
->
bindParam
(
':attributes'
,
$attributes
,
PDO
::
PARAM_INT
);
$stmt
->
execute
()
or
die
(
mysql_error
());
$stmt
->
execute
()
;
//
or die(mysql_error());
}
else
{}
$stmt_artifactclass
=
$conn
->
query
(
"select id from artifactclass where project='"
.
$_GET
[
'pr'
]
.
"' limit 1"
);
$_SESSION
[
'artifactclass_active'
]
=
$stmt_artifactclass
->
fetch
()[
'ID'
];
...
...
Write
Preview
Supports
Markdown
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