Index: branches/5.2.x/core/units/images/images_config.php =================================================================== diff -u -N -r15033 -r15433 --- branches/5.2.x/core/units/images/images_config.php (.../images_config.php) (revision 15033) +++ branches/5.2.x/core/units/images/images_config.php (.../images_config.php) (revision 15433) @@ -1,6 +1,6 @@ Array ( - 'clean_catalog_images' => Array ('EventName' => 'OnCleanImages', 'RunInterval' => 604800, 'Status' => STATUS_DISABLED), - 'clean_resized_catalog_images' => Array ('EventName' => 'OnCleanResizedImages', 'RunInterval' => 2592000, 'Status' => STATUS_DISABLED), + 'clean_catalog_images' => Array ('EventName' => 'OnCleanImages', 'RunSchedule' => '0 0 * * 0', 'Status' => STATUS_DISABLED), + 'clean_resized_catalog_images' => Array ('EventName' => 'OnCleanResizedImages', 'RunSchedule' => '0 0 1 * *', 'Status' => STATUS_DISABLED), ), 'IDField' => 'ImageId',