Changeset 1952 for trunk/CommentPlugin/lib/Foswiki/Plugins/CommentPlugin.pm
- Timestamp:
- 01/13/09 07:08:44 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CommentPlugin/lib/Foswiki/Plugins/CommentPlugin.pm
r1340 r1952 12 12 use vars qw( $VERSION $RELEASE $SHORTDESCRIPTION $NO_PREFS_IN_TOPIC ); 13 13 14 our $VERSION = '$Rev : 15788$';15 our $RELEASE = 'Foswiki-1.0. 0';14 our $VERSION = '$Rev$'; 15 our $RELEASE = 'Foswiki-1.0.1'; 16 16 our $SHORTDESCRIPTION = 'Quickly post comments to a page without an edit/preview/save cycle'; 17 17 our $NO_PREFS_IN_TOPIC = 1; … … 35 35 my $scriptname = $ENV{'SCRIPT_NAME'} || ''; 36 36 # SMELL: unreliable 37 my $previewing = ($scriptname =~ /\/(preview|gnusave|rdiff )/);37 my $previewing = ($scriptname =~ /\/(preview|gnusave|rdiff|compare)/); 38 38 Foswiki::Plugins::CommentPlugin::Comment::prompt( $previewing, 39 39 $_[0], $web, $topic );
Note: See TracChangeset
for help on using the changeset viewer.
