Skip to content

Commit a74e738

Browse files
committed
dev
1 parent 5e2b596 commit a74e738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql_global_addressbooks/sql_global_backend.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ function list_groups($search = null, $mode=0) {
119119
}
120120

121121
$co = array();
122-
foreach (array_diff($cf, $fc) as $v) { $co[] = ['ID' => $v, 'name' => $v]; }
123-
file_put_contents('/var/www/test.log', print_r([$co, $search, $mode, $this->groups, $this->name, $this->group_id], true));
122+
foreach (array_diff($cf, $fc) as $v) { $co[] = array('ID' => $v, 'name' => $v); }
123+
//file_put_contents('/var/www/test.log', print_r([$co, $search, $mode, $this->groups, $this->name, $this->group_id], true));
124124
return $co;
125125

126126
}

0 commit comments

Comments
 (0)