• Versionsgeschichte

English: Unterschied zwischen den Versionen

Aus Historisches Lexikon Bayerns

(Die Seite wurde neu angelegt: „{{DISPLAYTITLE:Articles A-Z}} This is a list of articles from the <i>Historisches Lexikon Bayerns</i> available in English. <div class="alphalinks addLinks">…“)
 
Keine Bearbeitungszusammenfassung
Zeile 20: Zeile 20:
<table class="full-width">
<table class="full-width">
<phptag>
<phptag>
if(is_array($articles) & !empty($articles)) {
if(is_array($articles)) {
if(!empty($articles)) {
   $articles = array_unique($articles);
   $articles = array_unique($articles);
   sort($articles);
   sort($articles);
Zeile 27: Zeile 28:
}
}
   unset($articles);
   unset($articles);
}
}
}
</phptag>
</phptag>
</table>
</table>

Version vom 2. August 2023, 13:19 Uhr