old fixes

This commit is contained in:
real_nowhereman 2012-01-11 13:08:28 +00:00
parent 0f47721caf
commit 213b408a4e

View File

@ -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;
}
?>