diff options
| author | ziejd2 | 2018-04-25 16:43:19 -0500 |
|---|---|---|
| committer | ziejd2 | 2018-04-25 16:43:19 -0500 |
| commit | 74b673ba4a706085201a5610b938ff98f08f641d (patch) | |
| tree | cb39006ea1a39499e00dbbb0e0097087a4567031 /sourcecodes/add_evd.php | |
| parent | a781cb1ff2e7ae6de0f686bd02cd279261485b1e (diff) | |
| download | BNW-74b673ba4a706085201a5610b938ff98f08f641d.tar.gz | |
Bug fixes, code comments, and minor changes
Diffstat (limited to 'sourcecodes/add_evd.php')
| -rw-r--r-- | sourcecodes/add_evd.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sourcecodes/add_evd.php b/sourcecodes/add_evd.php index 191dc244..92aca69f 100644 --- a/sourcecodes/add_evd.php +++ b/sourcecodes/add_evd.php @@ -2,7 +2,7 @@ $keyval=trim($_GET['My_key']); -include("restructuremap.php"); +//include("restructuremap.php"); function discretemap($textdata,$sym,$dmapdata) @@ -104,11 +104,6 @@ for($j=0;$j<$nn;$j++) } $dt=$type_d[$s]; - -//if($dt==1) -// $textdata=reversemap($sym,$textdata,$keyval); -//else -// $textdata=discretemap($textdata,$sym,$dmapdata); if($dt!=1) $textdata=discretemap($textdata,$sym,$dmapdata); |
