• Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/classes/mysql/channel.php
  • Класс: CVoteChannel
  • Вызов: CVoteChannel::GetDropDownList
static function GetDropDownList()
{
	global $DB;
	$err_mess = (CVoteChannel::err_mess())."
Function: GetDropDownList
Line: "; $strSql = " SELECT ID as REFERENCE_ID, concat('[',ID,'] ',TITLE) as REFERENCE FROM b_vote_channel ORDER BY C_SORT "; $res = $DB->Query($strSql, false, $err_mess.__LINE__); return $res; }