You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Nach der Installation solltest du zuerst unter `Allgemeine Angaben` die Basisdat
22
22
-`WebSite Schema`
23
23
- optional `LocalBusiness`
24
24
25
-
Wenn du ein lokales Unternehmen mit realem Standort hast, ist es sinnvoll, mindestens ein `LocalBusiness` anzulegen. Wenn es mehrere Standorte gibt, können auch mehrere Filialen gepflegt werden.
25
+
Wenn du ein lokales Unternehmen mit realem Standort hast, ist es sinnvoll, mindestens ein `LocalBusiness` anzulegen. Wenn es mehrere Standorte gibt, können auch mehrere Standorte gepflegt werden.
26
26
27
27
Diese Angaben sind die Grundlage für die spätere Ausgabe auf den Artikeln.
28
28
@@ -33,7 +33,7 @@ Anschließend kannst du pro Artikel festlegen, wie mit JSON-LD umgegangen werden
$sql->setQuery('SELECT id FROM ' . \rex::getTable('jsonld_localbusiness_branches') . ' WHERE is_main_branch = 1 AND clang_id = ? LIMIT 1', [(int) $clangId]);
682
695
if ($sql->getRows() > 0) {
683
-
return (int) $sql->getValue('id');
696
+
return[(int) $sql->getValue('id')];
684
697
}
685
698
686
699
$sql->setQuery('SELECT id FROM ' . \rex::getTable('jsonld_localbusiness_branches') . ' WHERE clang_id = ? ORDER BY sort_order ASC, id ASC LIMIT 1', [(int) $clangId]);
0 commit comments