Index: branches/5.2.x/units/articles/articles_config.php =================================================================== diff -u -N -r15136 -r15143 --- branches/5.2.x/units/articles/articles_config.php (.../articles_config.php) (revision 15136) +++ branches/5.2.x/units/articles/articles_config.php (.../articles_config.php) (revision 15143) @@ -1,6 +1,6 @@ '*', 'DoEvent' => 'OnCloneSubItem', ), - - Array( - 'Mode' => hAFTER, - 'Conditional' => false, - 'HookToPrefix' => 'adm', - 'HookToSpecial' => '', - 'HookToEvent' => Array('OnStartup'), - 'DoPrefix' => '', - 'DoSpecial' => '', - 'DoEvent' => 'OnUpdateRSSArticles', - ), ), 'CatalogItem' => true, @@ -142,6 +131,9 @@ 5 => 'mode', ), + 'ScheduledTasks' => Array( + 'update_rss_articles' => Array('EventName' => 'OnUpdateRSSArticles', 'RunInterval' => 60), + ), 'IDField' => 'NewsId', 'StatusField' => Array ('Status'), // field, that is affected by Approve/Decline events