summaryrefslogtreecommitdiff
path: root/appli_3_alpha_old/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'appli_3_alpha_old/index.php')
-rw-r--r--appli_3_alpha_old/index.php19
1 files changed, 9 insertions, 10 deletions
diff --git a/appli_3_alpha_old/index.php b/appli_3_alpha_old/index.php
index 0cf65e8..258b726 100644
--- a/appli_3_alpha_old/index.php
+++ b/appli_3_alpha_old/index.php
@@ -17,18 +17,17 @@ generate_html_div_help();
?>
<div id="contenu">
<?php
- $idP= $_SESSION['idP'];
- if ( isset( $_SESSION['prenomP'] ) && isset( $_SESSION['prenomP'] ) )
- { $nom=$_SESSION['prenomP'] . ' ' . $_SESSION['nomP']; }
+ $idP= $_SESSION['session_idP'];
+ if ( isset( $_SESSION['session_prenomP'] ) && isset( $_SESSION['session_prenomP'] ) )
+ { $nom=$_SESSION['session_prenomP'] . ' ' . $_SESSION['session_nomP']; }
else { $nom = $_SESSION['loginP']; }
echo "Bonjour $nom, nous sommes le " . date('d/m/Y') . ' et il est ' . date('H:i');
- echo "<pre>DEBUG : _SESSION :\n";
- print_r($_SESSION);
- echo "\nDEBUG : _REQUEST :\n";
- print_r($_REQUEST);
- echo "</pre>\n";
-
+ //~ echo "<pre>DEBUG : SESSION :\n";
+ //~ print_r($_SESSION);
+ //~ echo "\nDEBUG : REQUEST :\n";
+ //~ print_r($_REQUEST);
+ //~ echo "</pre>";
?>
<br/><br/>
<a href="organiser.php">Organiser une r&eacute;union</a>
@@ -59,7 +58,7 @@ generate_html_div_help();
{
// Boucle sur chaque personne
echo " <tr>\n";
- echo ' <td><a href="details_reunion.php?idR=' . $idR . '">' . "$objetR</td>\n";
+ echo ' <td><a href="details_reunion.php?idR=' . $idR . '">' . "$objetR</a></td>\n";
echo " <td>$prenomP $nomP</td>\n";
$dateStr='';
$stateStr='En préparation';