* @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ include_once(override('../vote/'.SQL.'.inc.php')); include_once('../class/class.vote.php'); if(!function_exists('getNbVotes')) { function getNbVotes($a) { $data = $GLOBALS['sql_object']->DBSelect(SQL_getVotesNumber($a)); return $data[0]['nb']; } } if(!function_exists('getAjaxVotesFunction')) { function getAjaxVotesFunction($data = array()) { $str = ''; return $str; } } ?>