Changeset 9376
- Timestamp:
- 02/25/11 00:54:24 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
extensions/community/include/functions_community.inc.php
r9372 r9376 55 55 if ($user_id != $conf['guest_id']) 56 56 { 57 $query.= '57 $query.= ' 58 58 OR (type = \'any_registered_user\') 59 OR (type = \'user\' AND user_id = '.$user_id.') 60 OR (type = \'group\' AND group_id IN ('.implode(',', $user_group_ids).')) 61 '; 59 OR (type = \'user\' AND user_id = '.$user_id.')'; 60 61 if (count($user_group_ids) > 0) 62 { 63 $query.= ' 64 OR (type = \'group\' AND group_id IN ('.implode(',', $user_group_ids).'))'; 65 } 62 66 } 63 67
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)