File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,13 +68,13 @@ public function redcap_every_page_top($project_id) {
6868 ?>
6969 <script type="text/javascript">/* EM Instance Table */ window.close();</script>
7070 <?php
71-
71+ unset( $ _SESSION [ ' extmod_instance_table_closerec_home ' ]);
7272 } else if (PAGE ==='DataEntry/index.php ' && isset ($ _GET ['id ' ]) && isset ($ _SESSION ['extmod_instance_table_popup_save ' ]) && $ _GET ['id ' ]==$ _SESSION ['extmod_instance_table_popup_save ' ]) {
7373 ?>
7474 <script type="text/javascript">/* EM Instance Table */ window.location.href = window.location.href+'&extmod_instance_table=1';</script>
7575 <?php
7676 }
77- unset( $ _SESSION [ ' extmod_instance_table_closerec_home ' ]);
77+
7878 unset($ _SESSION ['extmod_instance_table_popup_save ' ]);
7979
8080 if (PAGE ==='DataEntry/index.php ' && isset ($ _GET ['id ' ]) && isset ($ _GET ['page ' ])) {
You can’t perform that action at this time.
0 commit comments