diff options
author | ivan <ivan> | 2005-06-17 05:04:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-06-17 05:04:29 +0000 |
commit | ed9ae05f8f25eb26fa7279cc8548041af19e1e1b (patch) | |
tree | ccdb53dde78046eee977468f5733b2fb424a489d | |
parent | 21e9127d3a16335907d1102793b294446e07120b (diff) |
fix debugging
-rwxr-xr-x | httemplate/misc/process/link.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/process/link.cgi b/httemplate/misc/process/link.cgi index 7768b3bd4..aaa434a57 100755 --- a/httemplate/misc/process/link.cgi +++ b/httemplate/misc/process/link.cgi @@ -31,8 +31,8 @@ unless ( $svcnum ) { "(svcpart $svcpart):\n"; foreach my $svc_x ( @svc_x ) { warn " ". $svc_x->email. - " (pkgnum ". $_->cust_svc->pkgnum. - ", svcpart ". $_->cust_svc->svcpart. ")\n"; + " (pkgnum ". $svc_x->cust_svc->pkgnum. + ", svcpart ". $svc_x->cust_svc->svcpart. ")\n"; } } |