- Timestamp:
- 11/19/08 15:00:00 (4 years ago)
- Location:
- trunk/MailerContrib/lib/Foswiki
- Files:
-
- 1 edited
- 1 moved
-
. (moved) (moved from trunk/MailerContrib/lib/TWiki)
-
Contrib/MailerContrib/UpData.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/MailerContrib/lib/Foswiki/Contrib/MailerContrib/UpData.pm
r781 r811 2 2 # 3 3 # Copyright (C) 2004 Wind River Systems Inc. 4 # Copyright (C) 1999-2006 TWiki Contributors.5 # All Rights Reserved. TWiki Contributors4 # Copyright (C) 1999-2006 Foswiki Contributors. 5 # All Rights Reserved. Foswiki Contributors 6 6 # are listed in the AUTHORS file in the root of this distribution. 7 7 # NOTE: Please extend that file, not this notice. … … 23 23 =pod 24 24 25 ---+ package TWiki::Contrib::MailerContrib::UpData25 ---+ package Foswiki::Contrib::MailerContrib::UpData 26 26 Object that lazy-scans topics to extract 27 27 parent relationships. … … 29 29 =cut 30 30 31 package TWiki::Contrib::MailerContrib::UpData;31 package Foswiki::Contrib::MailerContrib::UpData; 32 32 33 33 =pod … … 60 60 if ( ! defined( $this->{parent}{$topic} )) { 61 61 my( $meta, $text ) = 62 TWiki::Func::readTopic( $this->{web}, $topic );62 Foswiki::Func::readTopic( $this->{web}, $topic ); 63 63 my $parent = $meta->get('TOPICPARENT'); 64 64 $this->{parent}{$topic} = $parent->{name} if $parent;
Note: See TracChangeset
for help on using the changeset viewer.
