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 'entete.php';
|
||||
|
||||
$db = new db();
|
||||
print(' <br><br>
|
||||
<!-- lalis Grid Section -->
|
||||
|
||||
@ -16,7 +17,7 @@ print(' <br><br>
|
||||
</div>
|
||||
<div class="row">
|
||||
<ul>');
|
||||
$votationsList = queryVotationList();
|
||||
$votationsList = $db->queryVotationList();
|
||||
foreach($votationsList as $votation)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user