Index: branches/5.2.x/units/articles/articles_event_handler.php =================================================================== diff -u -N -r15151 -r15245 --- branches/5.2.x/units/articles/articles_event_handler.php (.../articles_event_handler.php) (revision 15151) +++ branches/5.2.x/units/articles/articles_event_handler.php (.../articles_event_handler.php) (revision 15245) @@ -1,6 +1,6 @@ NextSibling()) ); // create/update article - $article_crc = crc32($data['LINK'].$data['TITLE']); + $article_crc = kUtil::crc32($data['LINK'].$data['TITLE']); $article_id = getArrayValue($feed_articles, $article_crc); if ($article_id) { $object->Load($article_id); @@ -382,7 +382,7 @@ } while ( ($sub_node =& $sub_node->NextSibling()) ); // create/update article - $article_crc = crc32($data['LINK'].$data['TITLE']); + $article_crc = kUtil::crc32($data['LINK'].$data['TITLE']); $article_id = getArrayValue($feed_articles, $article_crc); if ($article_id) { $object->Load($article_id);