- Timestamp:
- 10/15/09 19:28:59 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x00/MailerContrib/lib/Foswiki/Contrib/MailerContrib/UpData.pm
r1340 r5269 43 43 my ( $class, $session, $web ) = @_; 44 44 my $this = bless( {}, $class ); 45 $this->{web} = $web;45 $this->{web} = $web; 46 46 $this->{session} = $session; 47 47 return $this; … … 58 58 my ( $this, $topic ) = @_; 59 59 60 if ( ! defined( $this->{parent}{$topic} )) { 61 my( $meta, $text ) = 62 Foswiki::Func::readTopic( $this->{web}, $topic ); 60 if ( !defined( $this->{parent}{$topic} ) ) { 61 my ( $meta, $text ) = Foswiki::Func::readTopic( $this->{web}, $topic ); 63 62 my $parent = $meta->get('TOPICPARENT'); 64 63 $this->{parent}{$topic} = $parent->{name} if $parent;
Note: See TracChangeset
for help on using the changeset viewer.
