Use short form array syntax everywhere
- Add short form array syntax to po2php.php generation
This commit is contained in:
parent
77dfbaa0bf
commit
e36f2bb1fb
212 changed files with 5160 additions and 5160 deletions
|
|
@ -69,7 +69,7 @@ function profperm_content(App $a) {
|
|||
intval($a->argv[1])
|
||||
);
|
||||
|
||||
$ingroup = array();
|
||||
$ingroup = [];
|
||||
if (DBM::is_result($r))
|
||||
foreach($r as $member)
|
||||
$ingroup[] = $member['id'];
|
||||
|
|
@ -99,7 +99,7 @@ function profperm_content(App $a) {
|
|||
|
||||
$members = $r;
|
||||
|
||||
$ingroup = array();
|
||||
$ingroup = [];
|
||||
if (DBM::is_result($r))
|
||||
foreach($r as $member)
|
||||
$ingroup[] = $member['id'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue