nextcloud/lib/group
Qingping Hou 2c78c5ccab bug fix for issue 1739, two changes included:
* fix typo in OC_Group_Database::DisplayNamesInGroup's SQL clause
* check array_diff return value in OC_Group::displayNamesInGroups,
  when there is no difference between two arrays, it will return
  NULL, so we have to take care of it.
2013-02-18 18:05:58 -05:00
..
backend.php implement DisplayNamesInGroup for database back-end 2013-01-28 15:47:57 +01:00
database.php bug fix for issue 1739, two changes included: 2013-02-18 18:05:58 -05:00
dummy.php Checkstyle: many fixes 2012-11-02 19:53:02 +01:00
example.php Checkstyle: many fixes 2012-11-02 19:53:02 +01:00
interface.php fix some more phpdoc 2012-09-23 02:40:03 +02:00