Code Duplication    Length = 1-1 lines in 3 locations

mail/inc/class.mail_zpush.inc.php 3 locations

@@ 1187-1187 (lines=1) @@
1184
            // Language Code Page ID: http://msdn.microsoft.com/en-us/library/windows/desktop/dd317756%28v=vs.85%29.aspx
1185
            $output->internetcpid = INTERNET_CPID_UTF8;
1186
1187
			if ($this->debugLevel>3) ZLog::Write(LOGLEVEL_DEBUG,__METHOD__.__LINE__.array2string($output));
1188
//$this->debugLevel=0;
1189
			return $output;
1190
		}
@@ 1494-1494 (lines=1) @@
1491
			$mess["flags"] = 0;
1492
			// outlook supports additional flags, set them to 0
1493
			if($vars["seen"]) $mess["flags"] = 1;
1494
			if ($this->debugLevel>3) ZLog::Write(LOGLEVEL_DEBUG,__METHOD__.__LINE__.array2string($mess));
1495
			$messagelist[$vars['uid']] = $mess;
1496
			unset($mess);
1497
		}
@@ 1554-1554 (lines=1) @@
1551
		//$this->debugLevel=1;
1552
		$searchquery=$_searchquery->GetDataArray();
1553
		if (!is_array($searchquery)) return array();
1554
		if ($this->debugLevel>0) ZLog::Write(LOGLEVEL_DEBUG,__METHOD__.__LINE__.array2string($searchquery));
1555
1556
		if (isset($searchquery['searchrebuildresults'])) {
1557
			$rebuildresults = $searchquery['searchrebuildresults'];