Changeset 1891
- Timestamp:
- 04/14/08 19:11:09 (6 months ago)
- Files:
-
- branches/release-34/lib/MT/CMS/Template.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-34/lib/MT/CMS/Template.pm
r1877 r1891 248 248 $param->{build_type} = $obj->build_type; 249 249 $param->{ 'build_type_' . ( $obj->build_type || 0 ) } = 1; 250 my ( $period, $interval ) = _get_schedule( $obj->build_interval );251 $param->{ 'schedule_period_' . $period } = 1;252 $param->{schedule_interval} = $interval;250 #my ( $period, $interval ) = _get_schedule( $obj->build_interval ); 251 #$param->{ 'schedule_period_' . $period } = 1; 252 #$param->{schedule_interval} = $interval; 253 253 $param->{type} = 'custom' if $param->{type} eq 'module'; 254 254 } else { … … 439 439 440 440 $param->{screen_id} = "edit-template-" . $param->{type}; 441 if (("custom" == $param->{type}) || ("custom" ==$param->{type})) {441 if (("custom" eq $param->{type}) || ("custom" eq $param->{type})) { 442 442 $param->{screen_class} .= "edit-template-cache"; 443 443 }
