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

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