Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Edin Skoko
BrainsterProjects_EdinSkokoF16
Commits
adef1e23
Commit
adef1e23
authored
8 months ago
by
Edin Skoko
Browse files
Options
Download
Email Patches
Plain Diff
...
parent
ec808910
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
2nd Project/php/user.php
+1
-1
2nd Project/php/user.php
with
1 addition
and
1 deletion
+1
-1
2nd Project/php/user.php
+
1
-
1
View file @
adef1e23
...
...
@@ -18,7 +18,7 @@ class USER extends DB{
$stmt
->
bindParam
(
':inputPassword'
,
$passwordHash
);
$stmt
->
bindParam
(
':role'
,
$role
);
return
$stmt
->
execute
(
$data
);
return
$stmt
->
execute
();
if
(
!
$stmt
)
{
// Handle the error (e.g., log it, display an error message)
...
...
This diff is collapsed.
Click to expand it.
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