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

@@ -11,8 +11,8 @@
*/
include_once 'pmd_common.php';
require_once './libraries/relation.lib.php';
extract($_POST);
extract($_GET);
extract($_POST, EXTR_SKIP);
extract($_GET, EXTR_SKIP);
$die_save_pos = 0;
include_once 'pmd_save_pos.php';
list($DB1,$T1) = explode(".",$T1);