debug
This commit is contained in:
parent
6ce7f1e02c
commit
5c8a4f9e80
@ -4,6 +4,7 @@ require_once 'config.inc.php';
|
|||||||
require_once 'db.class.php';
|
require_once 'db.class.php';
|
||||||
require_once 'entete.php';
|
require_once 'entete.php';
|
||||||
|
|
||||||
|
$db = new db();
|
||||||
print(' <br><br>
|
print(' <br><br>
|
||||||
<!-- lalis Grid Section -->
|
<!-- lalis Grid Section -->
|
||||||
|
|
||||||
@ -16,7 +17,7 @@ print(' <br><br>
|
|||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<ul>');
|
<ul>');
|
||||||
$votationsList = queryVotationList();
|
$votationsList = $db->queryVotationList();
|
||||||
foreach($votationsList as $votation)
|
foreach($votationsList as $votation)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user