From 213b408a4eb77f438ac7f1b3768043a5305bb53f Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Wed, 11 Jan 2012 13:08:28 +0000 Subject: [PATCH] old fixes --- fp-includes/core/core.filesystem.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fp-includes/core/core.filesystem.php b/fp-includes/core/core.filesystem.php index e62418f..36b936c 100755 --- a/fp-includes/core/core.filesystem.php +++ b/fp-includes/core/core.filesystem.php @@ -99,7 +99,7 @@ $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { if ( ($filename[0] != '.') ) { - $id = lang_id($filename); + // $id = lang_id($filename); $files[] = $filename; } @@ -160,7 +160,7 @@ // in our particular implementation // you can always delete a non existent file; - // anyway, we'll return a value != true + // anyway, we'll return a value != false // so that we can anyway track it back return 2; @@ -290,4 +290,4 @@ return false; } -?> +