Changeset 6902
- Timestamp:
- 09/30/08 14:59:27 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php
r6901 r6902 925 925 if (function_exists($function)) { 926 926 if (isset($_COOKIE['lang']) && is_dir("./modules/$mod/i18n/".$_COOKIE['lang'])) { 927 freepbx_debug("switching the domain for $mod");928 927 $prev_domain = textdomain(NULL); 929 928 bindtextdomain($mod,"./modules/$mod/i18n");
