Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/components/bitrix/voting.result/ |
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/components/bitrix/voting.result/functions.php |
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die(); if (!function_exists("_vote_answer_sort")) { function _vote_answer_sort($ar1, $ar2) { if ($ar1["COUNTER"]<$ar2["COUNTER"]) return 1; if ($ar1["COUNTER"]>$ar2["COUNTER"]) return -1; if ($ar1["C_SORT"]<$ar2["C_SORT"]) return -1; if ($ar1["C_SORT"]>$ar2["C_SORT"]) return 1; return 0; } } ?>