Ignore:
Timestamp:
05/24/09 12:15:55 (3 years ago)
Author:
CrawfordCurrie
Message:

Item1603: use quotes to protect topic names with odd characters in them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MailerContrib/lib/Foswiki/Contrib/MailerContrib/WebNotify.pm

    r3639 r3974  
    417417    $this->{topicSub} = \&_subscribeTopic; 
    418418 
    419     my $ret = 
    420       Foswiki::Contrib::MailerContrib::parsePageList( $this, $who, $spec, 
    421         $unsubscribe ); 
     419    my $ret = Foswiki::Contrib::MailerContrib::parsePageList( 
     420        $this, $who, $spec, $unsubscribe ); 
    422421    if ( $ret =~ m/\S/ ) { 
    423         Foswiki::Func::writeWarning("Badly formatted page list at $who: $spec"); 
     422        Foswiki::Func::writeWarning( 
     423            "Badly formatted page list at $who: $spec"); 
    424424        return -1; 
    425425    } 
Note: See TracChangeset for help on using the changeset viewer.