No need to explicitely include relation.lib its anyway included in common.inc

This commit is contained in:
Michal Čihař
2010-07-26 16:17:59 +02:00
parent bcc372b5c5
commit ee767e2d3d
42 changed files with 4 additions and 74 deletions

View File

@@ -23,7 +23,6 @@ $url_params['goto'] = $url_params['back'] = 'tbl_operations.php';
/**
* Gets relation settings
*/
require_once './libraries/relation.lib.php';
$cfgRelation = PMA_getRelationsParam();
/**