Code Duplication    Length = 4-4 lines in 2 locations

calendar/inc/class.calendar_zpush.inc.php 1 location

@@ 1125-1128 (lines=4) @@
1122
1123
				if (!$info) continue;
1124
1125
				if (!$info['email'] && $info['responsible'])
1126
				{
1127
					$info['email'] = $GLOBALS['egw']->accounts->id2name($info['responsible'], 'account_email', true);
1128
				}
1129
				$attendee->name = empty($info['cn']) ? $info['name'] : $info['cn'];
1130
				$attendee->email = $info['email'];
1131

calendar/inc/class.calendar_bo.inc.php 1 location

@@ 1246-1249 (lines=4) @@
1243
				if ($info)
1244
				{
1245
					$info['type'] = $uid[0];
1246
					if (!$info['email'] && $info['responsible'])
1247
					{
1248
						$info['email'] = $GLOBALS['egw']->accounts->id2name($info['responsible'],'account_email');
1249
					}
1250
					$info['app'] = $this->resources[$uid[0]]['app'];
1251
				}
1252
			}