From c1287df6556ad8e285d82455f5fb7d050b5db5ce Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 25 Mar 2017 13:12:25 +0100 Subject: [PATCH] removed old-lost code + internal TODO closed Signed-off-by: Roland Haeder --- mod/install.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mod/install.php b/mod/install.php index f58345e3a..6db79dca2 100755 --- a/mod/install.php +++ b/mod/install.php @@ -484,10 +484,6 @@ function check_funcs(&$checks) { $ck_funcs[6]['status'] = false; $ck_funcs[6]['help'] = t('Error, XML PHP module required but not installed.'); } - - /// @TODO old-lost code here? - /*if((x($_SESSION,'sysmsg')) && is_array($_SESSION['sysmsg']) && count($_SESSION['sysmsg'])) - notice( t('Please see the file "INSTALL.txt".') . EOL);*/ }