From 90f0c89a8d1247ab1b54f02dbe07b706c3b4e05c Mon Sep 17 00:00:00 2001 From: Wayne Date: Tue, 23 May 2023 22:15:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=83=E5=93=A1=E5=8A=A0=E4=B8=8A=E6=8E=A8?= =?UTF-8?q?=E8=96=A6=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/adm/templates/users_list.htm | 4 ++-- public/adm/users.php | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/public/adm/templates/users_list.htm b/public/adm/templates/users_list.htm index b776636c..d83b6495 100644 --- a/public/adm/templates/users_list.htm +++ b/public/adm/templates/users_list.htm @@ -51,7 +51,7 @@ function user_to_excel() {foreach from=$user_list item=user} {$user.user_id} - {$user.sso_user_id |escape} + {$user.sso_user_id} {$user.mobile_phone|escape} {$user.real_name|escape} {$user.email} @@ -138,4 +138,4 @@ function confirm_bath() {/literal} {include file="pagefooter.htm"} -{/if} \ No newline at end of file +{/if} diff --git a/public/adm/users.php b/public/adm/users.php index 30bcbba6..6c534f61 100644 --- a/public/adm/users.php +++ b/public/adm/users.php @@ -26,7 +26,6 @@ if ($_REQUEST['act'] == 'list') $smarty->assign('action_link', array('text' => $_LANG['04_users_add'], 'href'=>'users.php?act=add')); $user_list = user_list(); - $smarty->assign('user_list', $user_list['user_list']); $smarty->assign('filter', $user_list['filter']); $smarty->assign('record_count', $user_list['record_count']); @@ -740,4 +739,4 @@ function user_list() return $arr; } -?> \ No newline at end of file +?>