Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
d0f4343b
Commit
d0f4343b
authored
Sep 21, 2009
by
tbrehm
Browse files
Fixed: FS#898 - Replication problems in multiserver setup
parent
11faaac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/modules.inc.php
View file @
d0f4343b
...
...
@@ -111,7 +111,7 @@ class modules {
$tmp_sql2
=
''
;
foreach
(
$data
[
'new'
]
as
$fieldname
=>
$val
)
{
$tmp_sql1
.
=
"`
$fieldname
`,"
;
$tmp_sql2
.
=
"'
$val
',"
;
$tmp_sql2
.
=
"'
"
.
$app
->
db
->
quote
(
$val
)
.
"
',"
;
}
$tmp_sql1
=
substr
(
$tmp_sql1
,
0
,
-
1
);
$tmp_sql2
=
substr
(
$tmp_sql2
,
0
,
-
1
);
...
...
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