Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VMSone
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Designerscripte
VMSone
Commits
559bd45e
Commit
559bd45e
authored
4 years ago
by
Joel Kuder
Browse files
Options
Downloads
Plain Diff
Merge branch 'patch-16' into 'dev-3.0'
execute was missing on query (mail adress existing check) See merge request
!39
parents
f56595e5
9854814d
2 merge requests
!46
Release 3.0
,
!39
execute was missing on query (mail adress existing check)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/intern/anmelden.php
+1
-0
1 addition, 0 deletions
content/intern/anmelden.php
with
1 addition
and
0 deletions
content/intern/anmelden.php
+
1
−
0
View file @
559bd45e
...
...
@@ -37,6 +37,7 @@ if ($_POST['anmelden'] == "Jetzt anmelden!") {
$nickname_check
=
$sql
->
fetch
();
$sql
=
sql
::
$db
->
prepare
(
"SELECT `emailadresse` FROM "
.
_VMS_
.
"_emaildaten WHERE emailadresse=:mail"
);
$sql
->
bindParam
(
':mail'
,
$_POST
[
'emailadresse'
],
PDO
::
PARAM_STR
);
$sql
->
execute
();
$mail_check
=
$sql
->
fetch
();
if
(
$mail_check
)
$error
.
=
'Diese Emailadresse ist schon im System!<br>'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment