September 14th, 2005, 08:57 PM
|
#4 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,665
|
In reviewspal.tmpl find this
for ( $x=1; $x < $cmtfound; $x++ ) {
change to this
for ( $x=0; $x < $cmtfound; $x++ ) {
|
| |