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
Zvonimir
ISPConfig 3
Commits
0cb35d04
Commit
0cb35d04
authored
Apr 12, 2010
by
tbrehm
Browse files
No commit message
No commit message
parent
418623f3
Changes
1
Show whitespace changes
Inline
Side-by-side
interface/lib/classes/tform.inc.php
View file @
0cb35d04
...
...
@@ -362,7 +362,7 @@ class tform {
// If Datasource is set, get the data from there
if
(
isset
(
$field
[
'datasource'
])
&&
is_array
(
$field
[
'datasource'
]))
{
if
(
is_array
(
$field
[
"value"
]))
{
$field
[
"value"
]
=
array_merge
(
$field
[
"value"
]
,
$this
->
getDatasourceData
(
$field
,
$record
)
)
;
$field
[
"value"
]
=
$field
[
"value"
]
+
$this
->
getDatasourceData
(
$field
,
$record
);
}
else
{
$field
[
"value"
]
=
$this
->
getDatasourceData
(
$field
,
$record
);
}
...
...
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