Add IF NOT EXISTS to CREATE DATABASE query (RFE #1608372), reload navigation after...
[phpmyadmin/last10db.git] / libraries / language.lib.php
blob278eff22f6a65e8a115deee4d48e0d39e0b1e56d
1 <?php
2 /* $Id$ */
3 // vim: expandtab sw=4 ts=4 sts=4:
5 /**
6 * phpMyAdmin Language Loading File
7 */
9 // Detection is done here
10 require_once('./libraries/select_lang.lib.php');
12 // Load the translation
13 require_once $lang_path . $available_languages[$GLOBALS['lang']][1] . '.inc.php';