Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by jonen, Fri Nov 28 16:25:18 2003 UTC | revision 1.2 by jonen, Thu May 6 16:27:54 2004 UTC | |
|---|---|---|
| # | Line 494 class XMLDocumentClass extends Container | Line 494 class XMLDocumentClass extends Container |
| 494 | $this->_doctype = xml_doctype($this->get_root_name(), | $this->_doctype = xml_doctype($this->get_root_name(), |
| 495 | $this->get_doctype_source(), | $this->get_doctype_source(), |
| 496 | $this->_doctype_links[0], | $this->_doctype_links[0], |
| 497 | $this->_doctype_links[1]); | count($this->_doctype_links) > 1 ? $this->_doctype_links[1] : NULL); |
| 498 | } | } |
| 499 | } | } |
| 500 | } | } |
|
||||||||
| MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
| Powered by ViewVC 1.1.26 |