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
b2d3b080
Commit
b2d3b080
authored
4 years ago
by
Henoch Einbier
Browse files
Options
Downloads
Patches
Plain Diff
added brackets, was throwing SQLSTATE[HY093] Error on PHP 7.4.4
parent
4501ed25
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!46
Release 3.0
,
!36
added brackets, was throwing SQLSTATE[HY093] Error on PHP 7.4.4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/konto/einzahlen.php
+2
-1
2 additions, 1 deletion
content/konto/einzahlen.php
with
2 additions
and
1 deletion
content/konto/einzahlen.php
+
2
−
1
View file @
b2d3b080
...
...
@@ -55,9 +55,10 @@ if(isset($_POST['waehrung']) && $_POST['einzahlen'] == 'Einzahlen' && $_POST['ui
require_once
(
"lib/schnittstellen/"
.
$schnittstelle
[
'schnittstelle'
]
.
".php"
);
einzahlen
(
$schnittstelle
[
'betreiber_id'
],
$schnittstelle
[
'betreiber_passwort'
],
$konto
[
'kontoid'
],
$_POST
[
'uid_passwort'
],
$schnittstelle
[
'betreiber_kennung'
],
$_POST
[
'trans_menge'
],
$schnittstelle
[
'einzahltext'
],
''
);
}
if
(
$schnittstelle
[
'anfragen_user'
]
!=
0
)
if
(
$schnittstelle
[
'anfragen_user'
]
!=
0
)
{
$sql
=
sql
::
$db
->
prepare
(
"INSERT INTO "
.
_VMS_
.
"_schnittstelle_anfragen (zeit,uid) VALUES (?,?)"
);
$sql
->
execute
(
array
(
$tag
,
$_SESSION
[
'uid'
]));
}
if
(
$error
){
$einzahlmeldung
=
$trans_ausgabe
;
}
else
{
...
...
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