projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af37880
)
so close
author
ivan
<ivan>
Tue, 11 May 2004 11:54:02 +0000
(11:54 +0000)
committer
ivan
<ivan>
Tue, 11 May 2004 11:54:02 +0000
(11:54 +0000)
httemplate/edit/svc_www.cgi
patch
|
blob
|
history
diff --git
a/httemplate/edit/svc_www.cgi
b/httemplate/edit/svc_www.cgi
index
ed8d425
..
cb58ce9
100644
(file)
--- a/
httemplate/edit/svc_www.cgi
+++ b/
httemplate/edit/svc_www.cgi
@@
-106,7
+106,6
@@
if ($pkgnum) {
my $extra_sql = "AND ( rectype = 'A' OR rectype = 'CNAME' )";
if ( $conf->exists('svc_www-enable_subdomains') ) {
- my $domain = $
$extra_sql .= " AND ( reczone = '@' OR reczone = '".
$svc_domain->domain. ".' )";
}