Code fuer Accountgenerierung

This commit is contained in:
Andreas Österreicher
2014-04-04 09:08:38 +00:00
parent dd10775c52
commit 57700728db
11 changed files with 495 additions and 156 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class rdf
public $xml_header='<?xml version="1.0" encoding="UTF-8" standalone="yes"?>'; // string
public $xml_ns; // string
protected $rdf_url; // string
protected static $rdf_text;
protected $rdf_text;
protected static $nl="\n";
protected static $tb="\t";