Diff of /mambo/branches/4.6/includes/mambolanguage.class.php
Parent Directory
|
Revision Log
|
Patch
| revision 1056, Sat Apr 21 08:16:01 2007 UTC | revision 1057, Sat Apr 21 09:01:45 2007 UTC | |
|---|---|---|
| # | Line 54 | Line 54 |
| 54 | if (isset($this->$var)) $this->$var = $value; | if (isset($this->$var)) $this->$var = $value; |
| 55 | } | } |
| 56 | function save() { | function save() { |
| 57 | global $page_,$task; | global $page_,$task,$mapcharset; |
| 58 | $this->updateFiles(); | $this->updateFiles(); |
| 59 | $xml = $this->toXML(); | $xml = $this->toXML(); |
| 60 | if( (($page_=="addpage") && ($task=="save")) || ($task=="convert") ){ | if( (($page_=="addpage") && ($task=="save")) || ($task=="convert") ){ |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

