@@ -165,7 +165,10 @@ |
||
| 165 | 165 | <input type="hidden" name="metadataId" value="<?=$oContact['metadata']['sources'][0]['id']?>"> |
| 166 | 166 | <input type="hidden" name="metadataEtag" value="<?=$oContact['metadata']['sources'][0]['etag']?>"> |
| 167 | 167 | <h2><?=$strTitle?></h2> |
| 168 | - <p>Letzte Änderung: <?php if ($uxtsLastModified > 0) echo date('d.m.Y - H:i:s', $uxtsLastModified); ?></p>
|
|
| 168 | + <p>Letzte Änderung: <?php if ($uxtsLastModified > 0) {
|
|
| 169 | + echo date('d.m.Y - H:i:s', $uxtsLastModified);
|
|
| 170 | +} |
|
| 171 | +?></p> |
|
| 169 | 172 | <div> |
| 170 | 173 | <?php |
| 171 | 174 | $iVisibleGroups = 0; |
@@ -71,7 +71,7 @@ |
||
| 71 | 71 | * @link https://developers.google.com/people/api/rest/v1/people#Person.MiscKeyword */ |
| 72 | 72 | public const PF_MISC_KEYWORDS = 'miscKeywords'; |
| 73 | 73 | /** Array - singleton containuing all names (except nicknames) of the person |
| 74 | - * @link https://developers.google.com/people/api/rest/v1/people#Person.Name */ |
|
| 74 | + * @link https://developers.google.com/people/api/rest/v1/people#Person.Name */ |
|
| 75 | 75 | public const PF_NAMES = 'names'; |
| 76 | 76 | /** Array with the person's nicknames |
| 77 | 77 | * @link https://developers.google.com/people/api/rest/v1/people#Person.Nickname */ |