"; return $text; } function display_ratings_inline($rating, $ratingcount) { global $l_userrating, $l_none, $l_of, $l_ratingstxt, $url_gfx; $alttext=$l_userrating.": "; $text=""; if($ratingcount<1) $avgrating=0; else $avgrating = round ($rating/$ratingcount,2); $text.=""; die("Could not connect to the database."); } if(faqe_db_num_rows($result)<1) return; $text.="
"; $text.="$l_ratingcomments"; return $text; } function display_kb_ratingcomments($articlenr, $layout) { global $db, $tableprefix, $langvar, $act_lang, $l_ratingcomments; $text=""; $sql="select * from ".$tableprefix."_kb_ratings where articlenr=$articlenr"; if(!$result = faqe_db_query($sql, $db)) { echo ""; die("Could not connect to the database."); } if(faqe_db_num_rows($result)<1) return; $text.="
"; $text.="$l_ratingcomments"; return $text; } ?>