Changeset 1209 for trunk/core/lib/Foswiki/Form/FieldDefinition.pm
- Timestamp:
- 12/08/08 05:12:51 (3 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki/Form/FieldDefinition.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Form/FieldDefinition.pm
r1178 r1209 146 146 my $this = shift; 147 147 if ( $this->isMandatory() ) { 148 push( @_, ' twikiMandatory' );148 push( @_, 'foswikiMandatory' ); 149 149 } 150 150 return join( ' ', @_ );
Note: See TracChangeset
for help on using the changeset viewer.
