Add files via upload

This commit is contained in:
Markines16
2021-05-13 14:06:07 +02:00
committed by GitHub
parent 2925084c7c
commit d2c4fdd77f
3 changed files with 17 additions and 30 deletions

View File

@ -28,7 +28,6 @@
$bd = new HallDAO('complucine');
if($bd )
return $bd->getAllHalls($cinema);
return "";
}
public static function create_hall($number, $cinema, $rows, $cols, $seats, $seats_map){