Commit de suppression de certaints projets un peu trop ambitieux

This commit is contained in:
Mysaa
2021-06-05 18:30:26 +02:00
parent bed22d7f56
commit 20a9f135e7
17 changed files with 202 additions and 439 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
'INNER JOIN versions AS v '.
'ON v.project_id = p.ID '.
'WHERE p.permissions LIKE "1%" ';
$req = $GLOBALS['bdd']->query($requete)or die(print_r($GLOBALS['bdd']->errorInfo()));
$req = $bdd->query($requete)or die(print_r($bdd->errorInfo()));
$projects = array();
while($rep = $req->fetch()){