Fin du dossier megaprocess, encore de nouvelles classesx
This commit is contained in:
@@ -13,20 +13,6 @@
|
||||
000000000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000000000000000000000000
|
||||
--><!--
|
||||
3.14159265358979323846264338327950288419716939
|
||||
______________________________________________
|
||||
__________$$$$$$$$$$$$$$$$$$$$$$$$$$__________
|
||||
__________$$$$$$$$$$$$$$$$$$$$$$$$$$__________
|
||||
_______________$$$_________$$$________________
|
||||
_______________$$$_________$$$________________
|
||||
_______________$$$_________$$$________________
|
||||
_______________$$$_________$$$________________
|
||||
_______________$$$_________$$$________________
|
||||
_______________$$$_________$$$________________
|
||||
______________$$$__________$$$________________
|
||||
_____________$$$___________$$$________________
|
||||
______________________________________________
|
||||
-->
|
||||
<?php
|
||||
include_once('includes/inter.php');
|
||||
|
||||
+1
-1
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user