e107_plugins/poll/admin_config.php
Variable $poll_options
is undeclared Open
Open
$pollopts = explode(chr(1),$poll_options);
- Exclude checks
Variable $poll_options
is undeclared Open
Open
$tmpArray = explode(chr(1), $poll_options);
- Exclude checks
Variable $poll_title
is undeclared Open
Open
$_POST['poll_title'] = $poll_title;
- Exclude checks
Variable $poll_comment
is undeclared Open
Open
$_POST['poll_comment'] = $poll_comment;
- Exclude checks
Variable $poll_storage_method
is undeclared Open
Open
$_POST['pollUserclass'] = (($poll_vote_userclass == e_UC_PUBLIC) && $poll_storage_method == 2) ? e_UC_MEMBER : $poll_vote_userclass;
- Exclude checks
Variable $poll_comment
is undeclared Open
Open
$text .= (in_array("poll_comment",$fieldpref)) ? "<td>".($poll_comment ? LAN_YES : LAN_NO)."</td>" : "";
- Exclude checks
Variable $poll_id
is undeclared Open
Open
<button class='btn btn-default btn-secondary btn-large action delete' type='submit' name='delete[$poll_id]' value='del' onclick=\"return jsconfirm(".$tp->toAttribute($tp->toJSON(LAN_CONFIRMDEL." [".$poll_id."]")).") \" title='".LAN_DELETE."' >".ADMIN_DELETE_ICON."</button>
- Exclude checks
Call to deprecated function \show_admin_menu()
defined at /code/e107_admin/boot.php:354
Open
Open
show_admin_menu($caption, $action, $var);
- Exclude checks
Variable $poll_active
is undeclared Open
Open
$_POST['activate'] = $poll_active;
- Exclude checks
Variable $poll_id
is undeclared Open
Open
<td>$poll_id</td>";
- Exclude checks
Variable $var
was undeclared, but array fields are being added to it. Open
Open
$var['list']['text'] = LAN_MANAGE;
- Exclude checks
Suspicious array access to nullable ?array
Open
Open
if (varset($_POST['edit']) || varset($_GET['mode'])=='create' && !varset($_POST['submit']))
- Exclude checks
Variable $poll_allow_multiple
is undeclared Open
Open
$_POST['multipleChoice'] = $poll_allow_multiple;
- Exclude checks
Reference to undeclared constant \ADMIN_EDIT_ICON
Open
Open
<button class='btn btn-default btn-secondary btn-large' type='submit' name='edit[{$poll_id}]' value='edit' alt='".LAN_EDIT."' title='".LAN_EDIT."' >".ADMIN_EDIT_ICON."</button>
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if (!getperms("P") || !e107::isInstalled('poll'))
- Exclude checks
Variable $poll_id
is undeclared Open
Open
unset($poll_id, $_POST['poll_title'], $_POST['poll_option'], $_POST['activate']);
- Exclude checks
Variable $poll_result_type
is undeclared Open
Open
$_POST['showResults'] = $poll_result_type;
- Exclude checks
Variable $poll_vote_userclass
is undeclared Open
Open
$text .= (in_array("poll_vote_userclass",$fieldpref)) ? "<td>".(r_userclass_name($poll_vote_userclass))."</td>" : "";
- Exclude checks
Call to deprecated class \form
defined at /code/e107_handlers/form_handler.php:8340
Open
Open
$rs = new form;
- Exclude checks
Variable $poll_start_datestamp
is undeclared Open
Open
if ($poll_start_datestamp)
- Exclude checks
Variable $poll_end_datestamp
is undeclared Open
Open
if ($poll_end_datestamp)
- Exclude checks
Variable $poll_id
is undeclared Open
Open
unset($poll_id, $_POST['poll_title'], $_POST['poll_option'], $_POST['activate'], $_POST['multipleChoice'], $_POST['showResults'], $_POST['startday'], $_POST['startmonth'], $_POST['startyear'], $_POST['endday'], $_POST['endmonth'], $_POST['endyear']);
- Exclude checks
Variable $poll_storage_method
is undeclared Open
Open
$_POST['storageMethod'] = $poll_storage_method;
- Exclude checks
Variable $poll_title
is undeclared Open
Open
$text .= (in_array("poll_title",$fieldpref)) ? "<td class='left'>".$tp->toHTML($poll_title, TRUE,"no_hook, emotes_off, defs")."</td>" : "";
- Exclude checks
Reference to undeclared constant \ADMIN_DELETE_ICON
Open
Open
<button class='btn btn-default btn-secondary btn-large action delete' type='submit' name='delete[$poll_id]' value='del' onclick=\"return jsconfirm(".$tp->toAttribute($tp->toJSON(LAN_CONFIRMDEL." [".$poll_id."]")).") \" title='".LAN_DELETE."' >".ADMIN_DELETE_ICON."</button>
- Exclude checks
Suspicious array access to nullable ?array
Open
Open
if($_POST['edit'])
- Exclude checks
Variable $poll_id
is undeclared Open
Open
<button class='btn btn-default btn-secondary btn-large' type='submit' name='edit[{$poll_id}]' value='edit' alt='".LAN_EDIT."' title='".LAN_EDIT."' >".ADMIN_EDIT_ICON."</button>
- Exclude checks
Suspicious array access to nullable ?array
Open
Open
if(!varset($_POST['edit']) && ($_GET['mode']=="list" || !$_GET['mode']))
- Exclude checks
Variable $poll_vote_userclass
is undeclared Open
Open
$_POST['pollUserclass'] = (($poll_vote_userclass == e_UC_PUBLIC) && $poll_storage_method == 2) ? e_UC_MEMBER : $poll_vote_userclass;
- Exclude checks
Variable $poll_end_datestamp
is undeclared Open
Open
$tmp = getdate($poll_end_datestamp);
- Exclude checks
Variable $user_pref
is undeclared Open
Open
$fieldpref = (varset($user_pref['admin_poll_columns'])) ? $user_pref['admin_poll_columns'] : array("poll_id","poll_title","poll_options","poll_vote_userclass"); ;
- Exclude checks
Variable $poll_start_datestamp
is undeclared Open
Open
$tmp = getdate($poll_start_datestamp);
- Exclude checks