Encore plus de nouvelles classes

Tests sur les nombres univers
This commit is contained in:
Mysaa
2021-06-06 12:24:05 +02:00
parent c9589d2cf6
commit fba5123944
12 changed files with 692 additions and 332 deletions
+1 -1
View File
@@ -155,7 +155,6 @@ function getVersions($pid = NULL) {
$req->execute ( array (
$pid
) );
// ADDPOINT langage
$versions = array (
array (),
array ()
@@ -217,6 +216,7 @@ 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 ();