OSDN Git Service

Remove unnecessary codes.
authorsakamocchi <sakamocchi@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Mon, 21 Mar 2011 01:00:24 +0000 (01:00 +0000)
committersakamocchi <sakamocchi@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Mon, 21 Mar 2011 01:00:24 +0000 (01:00 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@1163 1ca29b6e-896d-4ea0-84a5-967f57386b96

utf8/install/index.php

index 7e8212b..a381477 100755 (executable)
@@ -1122,12 +1122,6 @@ function doCheckFiles() {
                }\r
        }\r
 \r
-// The above code replaces several if statements of the form:\r
-\r
-//     if (!is_readable('install.sql') ) {\r
-//             array_push($missingfiles, 'File <b>install.sql</b> is missing or not readable');\r
-//     }\r
-\r
        if (count($missingfiles) > 0) {\r
                showErrorMessages($missingfiles);\r
        }\r