]> git.mxchange.org Git - friendica.git/commitdiff
removed old-lost code + internal TODO closed
authorRoland Haeder <roland@mxchange.org>
Sat, 25 Mar 2017 12:12:25 +0000 (13:12 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 25 Mar 2017 12:12:41 +0000 (13:12 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
mod/install.php

index f58345e3a9e3acb7914a7d7c34afea965e3be889..6db79dca286b6b25aba7a3bcb706e58ca93e7149 100755 (executable)
@@ -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);*/
 }