- 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/TopicContext.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/MailerContrib/lib/Foswiki/Contrib/MailerContrib/TopicContext.pm
r14 r811 2 2 # by MailerContrib. 3 3 4 sub TWiki::Func::pushTopicContext {4 sub Foswiki::Func::pushTopicContext { 5 5 my( $web, $topic ) = @_; 6 my $twiki = $ TWiki::Plugins::SESSION;6 my $twiki = $Foswiki::Plugins::SESSION; 7 7 my( $web, $topic ) = $twiki->normalizeWebTopicName( @_ ); 8 8 my $old = { … … 20 20 } 21 21 22 sub TWiki::Func::popTopicContext {23 my $twiki = $ TWiki::Plugins::SESSION;22 sub Foswiki::Func::popTopicContext { 23 my $twiki = $Foswiki::Plugins::SESSION; 24 24 my $old = pop( @{$twiki->{_FUNC_PREFS_STACK}} ); 25 25 $twiki->{prefs}->restore( $old->{mark});
Note: See TracChangeset
for help on using the changeset viewer.
