Fin du dossier megaprocess, encore de nouvelles classesx

This commit is contained in:
Mysaa
2021-06-06 12:29:03 +02:00
parent fba5123944
commit 228f54d140
19 changed files with 530 additions and 5595 deletions
+1 -1
View File
@@ -155,6 +155,7 @@ function getVersions($pid = NULL) {
$req->execute ( array (
$pid
) );
// ADDPOINT langage
$versions = array (
array (),
array ()
@@ -216,7 +217,6 @@ function getMessages($discut = NULL) {
$req->closeCursor ();
return array_slice ( $rep, 0, - 1, TRUE );
}
function getDiscuts() {
$req = $GLOBALS ['bdd']->query ( "SELECT * FROM discussions ORDER BY date_creation DESC" );
$rep = array ();