Author: ralfbecker
New Revision: 55279
URL: http://svn.stylite.de/viewvc/egroupware?rev=55279&view=rev
Log:
fix use of deprecated accounts::member and accounts::membership, should be members and memberships
Modified:
trunk/calendar/inc/class.calendar_bo.inc.php
trunk/calendar/inc/class.calendar_boupdate.inc.php
trunk/calendar/inc/class.calendar_ui.inc.php
trunk/calendar/inc/class.calendar_uiviews.inc.php
— trunk/calendar/inc/class.calendar_bo.inc.php (original)
+++ trunk/calendar/inc/class.calendar_bo.inc.php Sun Mar 6 15:58:36 2016
@@ -337,7 +337,7 @@
foreach(array_keys($event[‘participants’]) as $uid)
{
if (is_numeric($uid) && $GLOBALS[‘egw’]->accounts->get_type($uid) == ‘g’ &&
@@ -392,7 +392,7 @@
{
if ($no_enum_groups) continue;
@@ -408,7 +408,7 @@
}
else // for users we have to include all the memberships, to get the group-events
{
@@ -1693,7 +1693,7 @@
{
self::_list_cals_add($id,$users,$groups);
}
— trunk/calendar/inc/class.calendar_boupdate.inc.php (original)
+++ trunk/calendar/inc/class.calendar_boupdate.inc.php Sun Mar 6 15:58:36 2016
@@ -759,7 +759,7 @@
foreach($to_notify as $userid => $statusid)
{
if (is_numeric($userid) && $GLOBALS[‘egw’]->accounts->get_type($userid) == ‘g’ &&
@@ -2084,7 +2084,7 @@
// for groups we have to include the members
if ($GLOBALS[‘egw’]->accounts->get_type($user) == ‘g’)
{
@@ -2100,7 +2100,7 @@
}
else // for users we have to include all the memberships, to get the group-events
{
— trunk/calendar/inc/class.calendar_ui.inc.php (original)
+++ trunk/calendar/inc/class.calendar_ui.inc.php Sun Mar 6 15:58:36 2016
@@ -186,7 +186,7 @@
$owner = trim($owner);
if (is_numeric($owner) && $GLOBALS[‘egw’]->accounts->get_type($owner) == ‘g’)
{
— trunk/calendar/inc/class.calendar_uiviews.inc.php (original)
+++ trunk/calendar/inc/class.calendar_uiviews.inc.php Sun Mar 6 15:58:36 2016
@@ -583,7 +583,7 @@
}
}
$content = array(‘view’ => array());
@@ -612,7 +612,7 @@
$search_params = $this->search_params;
$search_params[‘start’] = $week_start->format(‘ts’);
$search_params[‘end’] = $week_end->format(‘ts’);
@@ -625,7 +625,7 @@
// Get the actions
$home->setElementAttribute('view','actions',$this->get_actions());
@@ -2200,7 +2200,7 @@
}
elseif ($enum_groups && $GLOBALS[‘egw’]->accounts->get_type($user) == ‘g’) // groups
{
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs