Umfragen
|
Go to the source code of this file.
Functions | |
display_poll_form ($show_poll, $preview=false) |
Variables | |
$db = new db( DB_USER, DB_PASS, DB_DATABASE, DB_HOST ) | |
$config = new config($db) | |
$now = time() | |
$ps = $db->get_all_polls_array() | |
$polls = array() | |
foreach($ps as $pps) | $page = "index" |
display_poll_form | ( | $show_poll, | |
$preview = false |
|||
) |
Definition at line 24 of file public.php.
Definition at line 58 of file public.php.
Definition at line 57 of file public.php.
$now = time() |
Definition at line 61 of file public.php.
foreach ($ps as $pps) $page = "index" |
Definition at line 81 of file public.php.
$polls = array() |
Definition at line 65 of file public.php.
$ps = $db->get_all_polls_array() |
Definition at line 64 of file public.php.