|= operation.
See my fix below.
my @list = &TWiki::getEmailNotifyList("Main", "MyOwnNotify");
$topicname will be OR'ed
| TWiki version: | CVS version from 2001-11-24 |
| TWiki plugins: | none |
| Server OS: | linux |
| Web server: | apache |
| Perl version: | 5.6.1 |
| Client OS: | linux |
| Web Browser: | any |
< $topicname |= $TWiki::notifyTopicname; --- > $topicname = $TWiki::notifyTopicname unless $topicname;-- StefanScherer - 24 Nov 2001 Thanks for reporting. Is now in TWikiAlphaRelease. -- PeterThoeny - 24 Nov 2001