Commented out the loop break.

This commit is contained in:
Aladin Alaily
2015-08-13 15:10:40 -04:00
parent 59617083c9
commit c17bbe9dfe
@@ -1148,8 +1148,10 @@ class UsersController extends AdminController {
array_push($summary, $item);
}
/* Easy break in the loop */
/*
if ($i >= 15)
break;
*/
}