mod.rating.php
line #2806
elseif ( eregi( "^bars_", $key ) )
should be
elseif ( eregi( "^bar_", $key ) )
else you can’t use
{bar_overall_avg}
in your code (else it would display stars instead of the bar-image)
mod.rating.php #2806 bars_ instead of bar_ |
|||||||||||||||
|
|||||||||||||||
|
|||||||||||||||
|
|||||||||||||||
|
|||||||||||||||
|
|||||||||||||||