summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2002-06-23 05:44:54 +0000
committerivan <ivan>2002-06-23 05:44:54 +0000
commit7283d56b43fad5d8c9d4b2f224f0e49201f9e901 (patch)
treef33c5a57cce1d016d33384c863ae0904989fda16 /httemplate
parent6e863af6c6c3ebda89f1da6ca9c3c52fb9b1a54a (diff)
patch to get this working from Stephen Bechard <steve@destek.net>
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/process/svc_www.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/process/svc_www.cgi b/httemplate/edit/process/svc_www.cgi
index 38d5e1c79..40913145a 100644
--- a/httemplate/edit/process/svc_www.cgi
+++ b/httemplate/edit/process/svc_www.cgi
@@ -5,8 +5,8 @@ my $svcnum = $1;
my $old;
if ( $svcnum ) {
- $old = qsearchs('svc_acct', { 'svcnum' => $svcnum } )
- or die "fatal: can't find account (svcnum $svcnum)!";
+ $old = qsearchs('svc_www', { 'svcnum' => $svcnum } )
+ or die "fatal: can't find website (svcnum $svcnum)!";
} else {
$old = '';
}