-
Bug
-
Resolution: Fixed
-
Blocker
-
3.1.0-a1
-
None
The new function has a small error:
if ($dirs >= 5)
|
{
|
should be
if (sizeof($dirs) >= 5)
|
{
|
The new function has a small error:
if ($dirs >= 5)
|
{
|
should be
if (sizeof($dirs) >= 5)
|
{
|