old fixes
This commit is contained in:
parent
0f47721caf
commit
213b408a4e
@ -99,7 +99,7 @@
|
|||||||
$dh = opendir($dir);
|
$dh = opendir($dir);
|
||||||
while (false !== ($filename = readdir($dh))) {
|
while (false !== ($filename = readdir($dh))) {
|
||||||
if ( ($filename[0] != '.') ) {
|
if ( ($filename[0] != '.') ) {
|
||||||
$id = lang_id($filename);
|
// $id = lang_id($filename);
|
||||||
$files[] = $filename;
|
$files[] = $filename;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -160,7 +160,7 @@
|
|||||||
|
|
||||||
// in our particular implementation
|
// in our particular implementation
|
||||||
// you can always delete a non existent file;
|
// 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
|
// so that we can anyway track it back
|
||||||
|
|
||||||
return 2;
|
return 2;
|
||||||
@ -290,4 +290,4 @@
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user