Diff of /mambo/branches/4.6/administrator/includes/admin.php
Parent Directory
|
Revision Log
|
Patch
| revision 1309, Thu Sep 27 08:09:01 2007 UTC | revision 1340, Sat Oct 13 05:21:26 2007 UTC | |
|---|---|---|
| # | Line 116 | Line 116 |
| 116 | ||
| 117 | function character_data ($parser, $data) { | function character_data ($parser, $data) { |
| 118 | if ($this->errors->getMaxLevel() >= _MOS_ERROR_FATAL) return; | if ($this->errors->getMaxLevel() >= _MOS_ERROR_FATAL) return; |
| 119 | $this->chardata .= trim($data); | $this->chardata .= $data; |
| 120 | } | } |
| 121 | ||
| 122 | function element_mosinstall ($attrs) { | function element_mosinstall ($attrs) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

