Changeset 781 for trunk/xpressme_integration_kit/class
- Timestamp:
- May 30, 2011, 10:39:25 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/class/langInfo_class.php
r756 r781 77 77 ); 78 78 79 function __con structor() //for PHP579 function __contructor() //for PHP5 80 80 { 81 81 $this->langInfoClass(); … … 84 84 function langInfoClass() //for PHP4 constructor 85 85 { 86 $this->xoops_Lang = @$GLOBALS["xoopsConfig"]['language']; 86 global $xoopsConfig; 87 88 $this->xoops_Lang = $xoopsConfig['language']; 87 89 $this->wp_Lang = $this->get_wpLang(); 88 90 }
Note: See TracChangeset
for help on using the changeset viewer.