Permissions tweak

This commit is contained in:
Ice
2008-04-14 20:19:36 +00:00
parent 91f8b7a531
commit 9139822134
3 changed files with 6 additions and 4 deletions

View File

@@ -44,7 +44,8 @@ if($news < 0)
}
else
{
for ($i = 0; $i < count($fetch_news); $i++)
$count = count($fetch_news)-1;
for ($i = 0; $i < $count; $i++)
{
if( isset($fetch_news[$i]['striped']) && $fetch_news[$i]['striped'] == true )
{