bugfix: when importing users the warning message contains html

skala
Patrick Cool 16 years ago
parent 4254ec41b2
commit 0df64be5fd
  1. 2
      main/admin/user_list.php

@ -624,7 +624,7 @@ else
switch ($_GET['action']) {
case 'show_message' :
if (!empty($_GET['warn'])) {
Display::display_warning_message(urldecode($_GET['warn']));
Display::display_warning_message(urldecode($_GET['warn']),false);
}
if (!empty($_GET['message'])) {
Display :: display_normal_message(stripslashes($_GET['message']));

Loading…
Cancel
Save