server/lib
voxsim 7a14f94ae5 1. remove sizeof($filteredUsers) > 0 as condition
2. use count instead of sizeof. Latter is an alias to first one, practically we stick to count everywhere. Having it consistent helps with readability.
3. move whitespace so we have $groupUsers[] = $filteredUser; instead of $groupUsers []= $filteredUser;
2014-09-18 17:50:19 +02:00
..
l10n [tx-robot] updated from transifex 2014-06-24 01:54:39 -04:00
private 1. remove sizeof($filteredUsers) > 0 as condition 2014-09-18 17:50:19 +02:00
public Prevent loadApps on upgrade 2014-06-18 11:10:07 +02:00
autoloader.php add additional type check 2014-06-06 09:33:34 +02:00
base.php Bring back loadApps() in base.php 2014-06-24 17:37:58 +02:00