Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 1057, Sat Apr 21 09:01:45 2007 UTC | revision 1058, Sat Apr 21 11:49:18 2007 UTC | |
|---|---|---|
| # | Line 430 | Line 430 |
| 430 | $this->mosConfig_lang = $language->get('lang'); | $this->mosConfig_lang = $language->get('lang'); |
| 431 | $this->current_language = $language; | $this->current_language = $language; |
| 432 | if (!defined('_ISO')) DEFINE('_ISO','charset='.$charset); | if (!defined('_ISO')) DEFINE('_ISO','charset='.$charset); |
| 433 | header('Content-type: text/html; '._ISO); | |
| 434 | if (!defined('_DATE_FORMAT_LC')) DEFINE('_DATE_FORMAT_LC', $dateformat); //Uses PHP's strftime Command Format | if (!defined('_DATE_FORMAT_LC')) DEFINE('_DATE_FORMAT_LC', $dateformat); //Uses PHP's strftime Command Format |
| 435 | if (!defined('_DATE_FORMAT_LC2')) DEFINE('_DATE_FORMAT_LC2', $dateformat); | if (!defined('_DATE_FORMAT_LC2')) DEFINE('_DATE_FORMAT_LC2', $dateformat); |
| 436 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

