Encore plus de nouvelles classes
Tests sur les nombres univers
This commit is contained in:
+1
-1
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user