1
0
mirror of https://github.com/php/web-php.git synced 2026-04-27 08:58:12 +02:00

Typo fixed.

This commit is contained in:
Egon Schmid
2000-08-05 14:22:43 +00:00
parent 9247bf0a9d
commit 416e30e722
+1 -1
View File
@@ -572,7 +572,7 @@ endif; ?>
}
function sect_to_file($string) {
$string = strtolowe($string);
$string = strtolower($string);
$func = "function.$string.php";
$chap = "ref.$string.php";
if(is_file($func)) return $func;