View Single Post
Old September 16th, 2005, 11:36 AM   #5 (permalink)
Detomah
Member
Verified Customer
 
Join Date: Sep 2003
Location: W.Yorkshire UK
Posts: 94
Quote:
Originally Posted by omegatron
In reviewspal.tmpl find this

for ( $x=1; $x < $cmtfound; $x++ ) {

change to this

for ( $x=0; $x < $cmtfound; $x++ ) {
Hmmm, that doesn't seem to have made any difference, nothing seems to have changed.
Detomah is offline   Reply With Quote