Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jozef Sroka
ISPConfig 3
Commits
dd349627
Commit
dd349627
authored
Sep 28, 2016
by
Florian Schaal
Browse files
fixed truncate-query for update.php
parent
10d68523
Changes
1
Show whitespace changes
Inline
Side-by-side
install/lib/update.lib.php
View file @
dd349627
...
...
@@ -396,7 +396,7 @@ function updateDbAndIni() {
unset
(
$new_ini
);
// Truncate sys_session
$inst
->
db
->
query
(
"
TRUNCATE sys_session
"
);
$inst
->
db
->
query
(
'
TRUNCATE
??'
,
$conf
[
'mysql'
][
'database'
]
.
'
sys_session
'
);
}
...
...
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