modif tous
This commit is contained in:
parent
f00c74c3c9
commit
eb9017e5f5
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
function planning_afficher_ctrl() {
|
function planning_afficher_ctrl() {
|
||||||
require('models/connection.php');
|
require('models/connection.php');
|
||||||
$c = connection();
|
$co = connection();
|
||||||
require('models/planning_model.php');
|
require('models/planning_model.php');
|
||||||
|
|
||||||
$date = $_GET['date'] ?? date('Y-m-d');
|
$date = $_GET['date'] ?? date('Y-m-d');
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue