mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Tempus: Stunden werden nun auch ohne eigenes Theme färbig angezeigt; Diverse Anpassungen für PHP5.3 und Seamonkey 2.11
This commit is contained in:
@@ -106,6 +106,8 @@ class rdf
|
||||
*/
|
||||
public function setAttribut($name,$value,$cdata=true)
|
||||
{
|
||||
if(!isset($this->attr[$this->counter]))
|
||||
$this->attr[$this->counter] = new stdClass();
|
||||
$this->attr[$this->counter]->name=$name;
|
||||
$this->attr[$this->counter]->value=$value;
|
||||
$this->attr[$this->counter]->cdata=$cdata;
|
||||
|
||||
Reference in New Issue
Block a user