avoid of existing variables during extract

This commit is contained in:
Marc Delisle
2008-02-21 17:42:07 +00:00
parent fc46c1bc8c
commit 11fe557094
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ include_once 'pmd_common.php';
$die_save_pos = 0;
include_once 'pmd_save_pos.php';
require_once './libraries/relation.lib.php';
extract($_POST);
extract($_POST, EXTR_SKIP);
$tables = PMA_DBI_get_tables_full($db, $T1);
$type_T1 = strtoupper($tables[$T1]['ENGINE']);