getResult() hat sich mit der Methode aus den clanfights.inc.php überschnitten, wurde in getPollResult() umbenannt

main
radiskull 13 years ago
parent c75644e729
commit a57f236b6f

@ -77,7 +77,7 @@ function getCommentCount($pollid){
return $temp[anzahl];
}
function getResult($pollid){
function getPollResult($pollid){
$returnArray = array();
$sql = 'SELECT text, pv.polloptionid, count(pv.polloptionid) as anzahl FROM poll_votes as pv inner join poll_options as po on pv.polloptionid = po.polloptionid and pv.pollid = po.pollid where pv.pollid = '.$pollid.' group by polloptionid';
$qry = mysql_query($sql);

@ -72,7 +72,7 @@ function stelleUmfrageDar($userid, $pollid,$pageNumber){
if($choice || !$open){ // Ja, dann einfach nur Ergebnis anzeigen
$ergebnisse = getResult($pollid);
$ergebnisse = getPollResult($pollid);
?>
<table width="100%" border="0">
<tr>

Loading…
Cancel
Save