Common strings for descriptions of DATE, TIME, DATETIME and VARCHAR2
[phpmyadmin.git] / chk_rel.php
blobea89eef2cad630a52ee9d6834a5b17c2bc1fd157
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
5 * @package PhpMyAdmin
6 */
8 /**
9 * Gets some core libraries
11 require_once 'libraries/common.inc.php';
12 require_once 'libraries/header.inc.php';
15 /**
16 * Gets the relation settings
18 $cfgRelation = PMA_getRelationsParam(true);
21 /**
22 * Displays the footer
24 require 'libraries/footer.inc.php';