Changeset 6568 for trunk/TagMePlugin/lib/Foswiki/Plugins/TagMePlugin.pm
- Timestamp:
- 02/28/10 09:11:35 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TagMePlugin/lib/Foswiki/Plugins/TagMePlugin.pm
r6196 r6568 36 36 37 37 our $VERSION = '$Rev$'; 38 our $RELEASE = ' 01Feb 2010';38 our $RELEASE = '28 Feb 2010'; 39 39 our $NO_PREFS_IN_TOPIC = 1; 40 40 our $SHORTDESCRIPTION = … … 1184 1184 $tag = _makeSafeTag($tag); 1185 1185 if ($tag) { 1186 $args = 'tag="' . $tag . '"';1186 $args = {tag => $tag}; 1187 1187 $text = _newTag($args); 1188 1188 $text = _addTag($args) unless $text =~ /foswikiAlert/;
Note: See TracChangeset
for help on using the changeset viewer.
