Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
b52e4f77
Commit
b52e4f77
authored
Jan 20, 2014
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: FS#3299 - No Parent-Domains are shown when adding sudomain/aliasdomains
parent
d73810d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
interface/lib/classes/tform_base.inc.php
interface/lib/classes/tform_base.inc.php
+1
-0
No files found.
interface/lib/classes/tform_base.inc.php
View file @
b52e4f77
...
...
@@ -270,6 +270,7 @@ class tform_base {
unset
(
$tmp_recordid
);
$querystring
=
str_replace
(
"
{
AUTHSQL
}
"
,
$this
->
getAuthSQL
(
'r'
),
$querystring
);
$querystring
=
preg_replace_callback
(
'@{AUTHSQL::(.+?)}@'
,
"self::table_auth_sql"
,
$querystring
);
// Getting the records
$tmp_records
=
$app
->
db
->
queryAllRecords
(
$querystring
);
...
...
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