Changeset 965
- Timestamp:
- 12/21/06 00:39:03 (2 years ago)
- Files:
-
- branches/wheeljack/lib/MT/WeblogPublisher.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/wheeljack/lib/MT/WeblogPublisher.pm
r864 r965 260 260 if ($param{BuildDependencies} || $param{BuildIndexes}) { 261 261 ## Rebuild all indexes, in case this entry is on an index. 262 $mt->rebuild_indexes( Blog => $blog ) or return; 262 if (!(exists $param{BuildIndexes}) || $param{BuildIndexes}) { 263 $mt->rebuild_indexes( Blog => $blog ) or return; 264 } 263 265 } 264 266
