From: Weblate Date: Mon, 5 Oct 2015 11:46:11 +0000 (+0200) Subject: Merge remote-tracking branch 'origin/master' X-Git-Tag: 1.1~12 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/682d291ea80c3a43b0cbdcb210dfb12261cbf33b?hp=ee351ea0e06b03d53e0e70fa5855f591640f47e7 Merge remote-tracking branch 'origin/master' --- diff --git a/lib/functions.php b/lib/functions.php index aaa0daf..592e841 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -623,7 +623,12 @@ jirafeau_admin_list ($name, $file_hash, $link_hash) echo '' . jirafeau_human_size ($l['file_size']) . ''; echo '' . ($l['time'] == -1 ? '' : strftime ('%c', $l['time'])) . ''; - echo '' . $l['onetime'] . ''; + echo ''; + if ($l['onetime'] == 'O') + echo 'Y'; + else + echo 'N'; + echo ''; echo '' . strftime ('%c', $l['upload_date']) . ''; echo '' . $l['ip'] . ''; echo '' .