infolog/inc/class.infolog_ical.inc.php 1 location
|
@@ 1180-1183 (lines=4) @@
|
| 1177 |
|
{ |
| 1178 |
|
$this->productManufacturer = strtolower($deviceInfo['manufacturer']); |
| 1179 |
|
} |
| 1180 |
|
if (!isset($this->productName) || $this->productName == '') |
| 1181 |
|
{ |
| 1182 |
|
$this->productName = strtolower($deviceInfo['model']); |
| 1183 |
|
} |
| 1184 |
|
if (isset($deviceInfo['uidExtension']) |
| 1185 |
|
&& $deviceInfo['uidExtension']) |
| 1186 |
|
{ |
calendar/inc/class.calendar_ical.inc.php 1 location
|
@@ 2036-2039 (lines=4) @@
|
| 2033 |
|
{ |
| 2034 |
|
$this->productManufacturer = strtolower($deviceInfo['manufacturer']); |
| 2035 |
|
} |
| 2036 |
|
if (!isset($this->productName) || $this->productName == '') |
| 2037 |
|
{ |
| 2038 |
|
$this->productName = strtolower($deviceInfo['model']); |
| 2039 |
|
} |
| 2040 |
|
} |
| 2041 |
|
|
| 2042 |
|
$defaultFields['minimal'] = array( |