File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3838 $ add_type = Security::remove_XSS ($ _REQUEST ['add_type ' ]);
3939}
4040
41- $ page = isset ($ _GET ['page ' ]) ? Security::remove_XSS ($ _GET ['page ' ]) : null ;
42-
4341// Checking for extra field with filter on
4442$ extra_field_list = UserManager::get_extra_fields ();
4543
@@ -701,7 +699,7 @@ function loadAllUsers() {
701699 ?>
702700 </div>
703701 <form name="formulaire" method="post"
704- action="<?php echo api_get_self (); ?> ?page= <?php echo $ page ; ?> & id_session=<?php echo $ id_session ; ?> <?php if (!empty ($ addProcess )) {
702+ action="<?php echo api_get_self (); ?> ?id_session=<?php echo $ id_session ; ?> <?php if (!empty ($ addProcess )) {
705703 echo '&add=true ' ;
706704 } ?> " <?php if ($ ajax_search ) {
707705 echo ' onsubmit="valide();" ' ;
Original file line number Diff line number Diff line change 5151 $ add_type = Security::remove_XSS ($ _REQUEST ['add_type ' ]);
5252 }
5353
54- $ page = isset ($ _GET ['page ' ]) ? Security::remove_XSS ($ _GET ['page ' ]) : null ;
55-
5654 // Checking for extra field with filter on
5755 $ extra_field_list = UserManager::get_extra_fields ();
5856 $ new_field_list = [];
@@ -480,7 +478,7 @@ function change_select(val) {
480478 <?php echo $ link_add_type_unique ; ?> | <?php echo $ link_add_type_multiple ; ?> | <?php echo $ link_add_group ; ?>
481479 </div>
482480 <form name="formulaire" method="post"
483- action="<?php echo api_get_self (); ?> ?page= <?php echo $ page ; ?> & id_session=<?php echo $ id_session ; ?> <?php if (!empty ($ _GET ['add ' ])) {
481+ action="<?php echo api_get_self (); ?> ?id_session=<?php echo $ id_session ; ?> <?php if (!empty ($ _GET ['add ' ])) {
484482 echo '&add=true ' ;
485483 } ?> " style="margin:0px;" <?php if ($ ajax_search ) {
486484 echo ' onsubmit="valide();" ' ;
You can’t perform that action at this time.
0 commit comments