Subversion Repositories Applications.gtt

Compare Revisions

Regard whitespace Rev 187 → Rev 188

/trunk/actions/GttCtrlActionGestion.class.php
330,7 → 330,7
$abscences_a_supprimer = $tab_a;
//echo '<pre>'.print_r($_POST['ab'], true).'</pre>';
if (isset($_POST['ab'])) {
echo '<pre>'.print_r($_POST['ab'], true).'</pre>';
//echo '<pre>'.print_r($_POST['ab'], true).'</pre>';
foreach($_POST['ab'] as $num_j => $tab_ab_id_duree) {
if (isset($tab_ab_id_duree)) {
list($ab_id, $ab_duree) = explode(':', $tab_ab_id_duree);
/trunk/presentation/principal.tpl.html
46,7 → 46,6
<p><strong>Temps total d'exexution des requĂȘtes SQL :</strong> <?=$GLOBALS['_GTT_']['chrono']->getTempsSql();?> s.</p>
<?php endif; ?>
</div>
<p>Merci, de signalez <a href="http://suivi.tela-botanica.org/index.php?project=19&amp;do=index" class="ext">les bogues et améliorations pour cette application</a>.</p>
</div>
</div>
</body>