is*() methods now return boolean values;
[phpmyadmin.git] / chk_rel.php
blob6c2ad81bf6ab0f63a21bb801d84a4898fb046427
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
5 * @version $Id$
6 * @package phpMyAdmin
7 */
9 /**
10 * Gets some core libraries
12 require_once './libraries/common.inc.php';
13 require_once './libraries/db_common.inc.php';
14 require_once './libraries/relation.lib.php';
17 /**
18 * Gets the relation settings
20 $cfgRelation = PMA_getRelationsParam(TRUE);
23 /**
24 * Displays the footer
26 require_once './libraries/footer.inc.php';