From bbc4d72ea614e1fe2b96b4bd09b8c48ab944308c Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Thu, 8 Sep 2022 01:52:28 +0800 Subject: [PATCH] userdetails page torrent show action column always --- public/getusertorrentlistajax.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/getusertorrentlistajax.php b/public/getusertorrentlistajax.php index 15b7b57e..d7a3440b 100644 --- a/public/getusertorrentlistajax.php +++ b/public/getusertorrentlistajax.php @@ -129,9 +129,7 @@ function maketable($res, $mode = 'seeding') $ret = "". ($showsize ? "" : "").($showsenum ? "" : "").($showlenum ? "" : "").($showuploaded ? "" : "") . ($showdownloaded ? "" : "").($showratio ? "" : "").($showsetime ? "" : "").($showletime ? "" : "").($showcotime ? "" : "").($showanonymous ? "" : ""); - if ($showActionClaim) { - $ret .= sprintf('', $lang_functions['std_action']); - } + $ret .= sprintf('', $lang_functions['std_action']); $ret .= ""; $total_size = 0; foreach ($results as $arr)
".$lang_getusertorrentlistajax['col_type']."".$lang_getusertorrentlistajax['col_name']."".$lang_getusertorrentlistajax['col_added']."\"size\"\"seeders\"\"leechers\"".$lang_getusertorrentlistajax['col_uploaded']."".$lang_getusertorrentlistajax['col_downloaded']."".$lang_getusertorrentlistajax['col_ratio']."".$lang_getusertorrentlistajax['col_se_time']."".$lang_getusertorrentlistajax['col_le_time']."".$lang_getusertorrentlistajax['col_time_completed']."".$lang_getusertorrentlistajax['col_anonymous']."%s%s