Code Duplication    Length = 1-1 lines in 3 locations

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

@@ 1159-1159 (lines=1) @@
1156
            // Language Code Page ID: http://msdn.microsoft.com/en-us/library/windows/desktop/dd317756%28v=vs.85%29.aspx
1157
            $output->internetcpid = INTERNET_CPID_UTF8;
1158
1159
			if ($this->debugLevel>3) ZLog::Write(LOGLEVEL_DEBUG,__METHOD__.__LINE__.array2string($output));
1160
//$this->debugLevel=0;
1161
			return $output;
1162
		}
@@ 1460-1460 (lines=1) @@
1457
			$mess["flags"] = 0;
1458
			// outlook supports additional flags, set them to 0
1459
			if($vars["seen"]) $mess["flags"] = 1;
1460
			if ($this->debugLevel>3) ZLog::Write(LOGLEVEL_DEBUG,__METHOD__.__LINE__.array2string($mess));
1461
			$messagelist[$vars['uid']] = $mess;
1462
			unset($mess);
1463
		}
@@ 1520-1520 (lines=1) @@
1517
		//$this->debugLevel=1;
1518
		$searchquery=$_searchquery->GetDataArray();
1519
		if (!is_array($searchquery)) return array();
1520
		if ($this->debugLevel>0) ZLog::Write(LOGLEVEL_DEBUG,__METHOD__.__LINE__.array2string($searchquery));
1521
1522
		if (isset($searchquery['searchrebuildresults'])) {
1523
			$rebuildresults = $searchquery['searchrebuildresults'];