- Timestamp:
- 01/22/12 15:23:10 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ImmediateNotifyPlugin/lib/Foswiki/Plugins/ImmediateNotifyPlugin/XMPP.pm
r13772 r13777 105 105 my ($template) = Foswiki::Func::readTemplate( 'xmpp', 'immediatenotify' ); 106 106 107 # &$debug("- SMTP: template read $template"); 107 &$debug("- XMPP: template read $template"); 108 109 # Expand Legacy variables - not used in latest templates 108 110 my ($from) = Foswiki::Func::getPreferencesValue("WIKIWEBMASTER"); 109 110 111 $template =~ s/%EMAILFROM%/$from/go; 111 $template =~ s/% WEB%/$info->{web}/go;112 $template =~ s/%USER%/$info->{user}/go; 112 113 $template =~ s/%TOPICNAME%/$info->{topic}/go; 113 $template =~ s/%USER%/$info->{user}/go;114 114 $template =~ s/%REV%/$info->{version}/go; 115 115 … … 125 125 &$debug(" processing $user"); 126 126 127 #&$debug(" userref = ".ref($userHash->{$user}));128 127 my %uHash = %{ $userHash->{$user} }; 129 128
Note: See TracChangeset
for help on using the changeset viewer.
