diff --git a/checkers/php-dbase.php b/checkers/php-dbase.php index 522b99d..10010a3 100644 --- a/checkers/php-dbase.php +++ b/checkers/php-dbase.php @@ -20,7 +20,7 @@ $def = array( if (!file_exists($dbPath)){ echo "файл создаётся"; - if (!dbase_create(dbPath, $def)) { + if (!dbase_create($dbPath, $def)) { echo "Error! Unable to create database\n"; } }