mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 16:32:20 +00:00
FAS Lehrveranstaltungstree - Module hinzugefügt;Icons für Lehrtypen;unterschiedliche Hintergrundfarben für LVs, Module, Lehreinheiten
This commit is contained in:
@@ -169,12 +169,12 @@ class rdf
|
||||
{
|
||||
if(is_null($id))
|
||||
{
|
||||
$this->rdf_text.='<RDF:Seq about="'.$this->rdf_url.'">'."\n";
|
||||
$this->rdf_text.="\n\t\t".'<RDF:Seq about="'.$this->rdf_url.'">'."\n";
|
||||
foreach ($this->sequence as $id)
|
||||
{
|
||||
$this->createRDFSequence($id);
|
||||
}
|
||||
$this->rdf_text.='</RDF:Seq>'."\n";
|
||||
$this->rdf_text.="\n\t\t".'</RDF:Seq>'."\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user