|
From: Chris W. <la...@us...> - 2001-10-17 04:47:12
|
Update of /cvsroot/openinteract/OpenInteract/extra_packages/weblink/OpenInteract/Handler
In directory usw-pr-cvs1:/tmp/cvs-serv25485/extra_packages/weblink/OpenInteract/Handler
Modified Files:
Weblink.pm
Log Message:
modify to reflect server configuration file changes
Index: Weblink.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/extra_packages/weblink/OpenInteract/Handler/Weblink.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Weblink.pm 2001/09/05 22:58:57 1.3
--- Weblink.pm 2001/10/17 04:47:08 1.4
***************
*** 229,233 ****
}
else {
! my $to = $R->CONFIG->{content_email} || $R->CONFIG->{admin_email};
$weblink->notify({ notes => 'Be sure to login as an admin, then go to the listed URL.',
subject => 'CTAA On-Line: New Link for Approval',
--- 229,233 ----
}
else {
! my $to = $R->CONFIG->{mail}{content_email} || $R->CONFIG->{mail}{admin_email} || $R->CONFIG->{admin_email};
$weblink->notify({ notes => 'Be sure to login as an admin, then go to the listed URL.',
subject => 'CTAA On-Line: New Link for Approval',
|