Skip to content
Snippets Groups Projects
Commit a890db2c authored by NF17 Etudiant's avatar NF17 Etudiant
Browse files

fix problem

parent af29ca79
No related branches found
No related tags found
No related merge requests found
......@@ -5,13 +5,11 @@
</div>
<?php
$ok = true;
try {
$test="toto";
//$test = $list->getLabels();
} catch (Exception $e) {
echo $e->getMessage();
try {
$test=$list->getLabels();
} catch (Exception $e) { print($e->getMessage());
$ok = false;
}*/ ?>
} ?>
<?php if($ok) { ?>
<table class="table">
<thead>
......@@ -32,4 +30,4 @@
</tbody>
</table>
<?php } ?>
</div>
\ No newline at end of file
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment