Changeset 5269 for branches/Release01x00/MailerContrib/lib/Foswiki/Contrib/MailerContrib/Constants.pm
- Timestamp:
- 10/15/09 19:28:59 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x00/MailerContrib/lib/Foswiki/Contrib/MailerContrib/Constants.pm
r1340 r5269 1 1 2 =pod 2 3 … … 14 15 package MailerConst; 15 16 16 our $ALWAYS = 1; # Always send, even if there are no changes 17 our $FULL_TOPIC = 2; # Send the full topic rather than just changes 17 use strict; 18 19 our $ALWAYS = 1; # Always send, even if there are no changes 20 our $FULL_TOPIC = 2; # Send the full topic rather than just changes 18 21 19 22 # ? = FULL_TOPIC
Note: See TracChangeset
for help on using the changeset viewer.
