Fix for the Open in New Window in Patient/Client->Patients search gui, take 2.
[openemr.git] / phpmyadmin / libraries / language.lib.php
blob522be4ee49719ef0740772a683dac9a45649fa0c
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * phpMyAdmin Language Loading File
6 * @version $Id$
7 */
8 if (! defined('PHPMYADMIN')) {
9 exit;
12 /**
13 * lang detection is done here
15 require_once './libraries/select_lang.lib.php';
17 // Load the translation
18 require_once $lang_path . $available_languages[$GLOBALS['lang']][1] . '.inc.php';