* the end.

This commit is contained in:
wangchunsheng
2010-04-27 15:39:47 +00:00
parent 61cf510407
commit b965dcd1bb

View File

@@ -437,7 +437,7 @@ class projectModel extends model
{
$counts = $itemCounts;
}
for($i = 0; $i < $counts - $burnCounts; $i ++)
for($i = 0; $i <= $counts - $burnCounts; $i ++)
{
$sets[$current]->name = $current;
$sets[$current]->value = '';