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:
Andreas Österreicher
2013-03-20 08:23:21 +00:00
parent 03bd45b635
commit cca54aa749
4 changed files with 24 additions and 8 deletions
+2
View File
@@ -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;