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
ISPConfig
ISPConfig 3
Commits
5f0152ec
Commit
5f0152ec
authored
Mar 16, 2009
by
tbrehm
Browse files
Fixed: FS#634 - Stats
parent
53183263
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/tform.inc.php
View file @
5f0152ec
...
...
@@ -865,6 +865,8 @@ class tform {
$app
->
error
(
"Primary ID fehlt!"
);
}
}
//* return a empty string if there is nothing to update
if
(
trim
(
$sql_update
)
==
''
)
$sql
=
''
;
}
return
$sql
;
...
...
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