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
ISPConfig
ISPConfig 3
Commits
2e08468b
Commit
2e08468b
authored
Dec 16, 2008
by
tbrehm
Browse files
No commit message
No commit message
parent
2e1d4af1
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/tform.inc.php
View file @
2e08468b
...
...
@@ -961,7 +961,7 @@ class tform {
if
(
isset
(
$record_new
[
"server_id"
]))
$server_id
=
$record_new
[
"server_id"
];
if
(
count
(
$this
->
diffrec
)
>
0
)
{
$diffstr
=
$app
->
db
->
quote
(
serialize
(
$diffrec_full
));
$diffstr
=
addslashes
(
serialize
(
$diffrec_full
));
$username
=
$app
->
db
->
quote
(
$_SESSION
[
"s"
][
"user"
][
"username"
]);
$dbidx
=
$this
->
formDef
[
'db_table_idx'
]
.
":"
.
$primary_id
;
// $action = ($action == 'INSERT')?'i':'u';
...
...
Write
Preview
Supports
Markdown
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