Keen eye !
This appears to come from /include/review_inc.php around lines 30 - 38
A flaw in my logic I suppose, assuming a featured site would have at least one review. Short term fix.. ensure your featured sites have at least one review.
Long term... hrm...
| Code: |
$html = $table2 . "<tr><td class=\"regularText\">";
if(isset($av_rows["average"])){
$html .= " - " . $review_3 . "<font class=\"regularBoldText\">";
$html .= $av_rows["average"] . "</font>";
}
$html .= "</td></tr>";
|
Scratching my head, I'm clearly missing something. Possibly.. the queries that rely on $SiteID being set... if for whatever reason its not set, the queries would fail, resulting in.. well wonkiness for lack of a better term.
I'll have to revisit this, but if you determine anything further, please enlighten me
