Code Duplication    Length = 1-1 lines in 3 locations

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

@@ 1849-1849 (lines=1) @@
1846
					break;
1847
				}
1848
			}
1849
			if ($this->debug) error_log(__METHOD__."($event[title] (#$event[id]), ..., $user) processing ".($found?'existing':'new')." alarm ".array2string($alarm));
1850
			if (!empty($alarm['attrs']['X-LIC-ERROR']))
1851
			{
1852
				if ($this->debug) error_log(__METHOD__."($event[title] (#$event[id]), ..., $user) ignored X-LIC-ERROR=".array2string($alarm['X-LIC-ERROR']));

infolog/inc/class.infolog_groupdav.inc.php 1 location

@@ 514-514 (lines=1) @@
511
 			"NOT info_datecompleted > 0". (isset($end) ? " AND info_created < $end" : '').
512
		')';
513
		$sql = '('.implode(' OR ', $to_or).')';
514
		if ($this->debug > 1) error_log(__FILE__ . __METHOD__.'('.array2string($attrs).") time-range=$attrs[start]-$attrs[end] --> $sql");
515
		return $sql;
516
	}
517

mail/inc/class.mail_ui.inc.php 1 location

@@ 4800-4800 (lines=1) @@
4797
					$hA = self::splitRowID($rowID);
4798
					$messageList[] = $hA['msgUID'];
4799
				}
4800
				if(Mail::$debug) error_log(__METHOD__.__LINE__." $_flag in $folder:".array2string(((isset($_messageList['all']) && $_messageList['all']) ? 'all':$messageList)));
4801
				$this->mail_bo->flagMessages($_flag, ((isset($_messageList['all']) && $_messageList['all']) ? 'all':$messageList),$folder);
4802
			}
4803
		}