Diff of /mambo/branches/4.6/index.php
Parent Directory
|
Revision Log
|
Patch
| revision 165, Mon Jan 23 04:35:36 2006 UTC | revision 167, Mon Jan 23 04:45:40 2006 UTC | |
|---|---|---|
| # | Line 195 | Line 195 |
| 195 | $domain = 'administrator'; | $domain = 'administrator'; |
| 196 | $textdomain = $this->mosConfig_absolute_path.'/languages'; | $textdomain = $this->mosConfig_absolute_path.'/languages'; |
| 197 | $gettext =& phpgettext(); | $gettext =& phpgettext(); |
| 198 | $gettext->debug = 1; | $gettext->debug = 0; |
| 199 | $gettext->has_gettext = false; | $gettext->has_gettext = false; |
| 200 | $gettext->setlocale($this->mosConfig_locale);; | $gettext->setlocale($this->mosConfig_locale);; |
| 201 | $gettext->bindtextdomain($domain, $textdomain); | $gettext->bindtextdomain($domain, $textdomain); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

