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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user