e107_plugins/newsletter/e_mailout.php
Reference to undeclared property \newsletter_mailout->mail_count
(Did you mean expr->mailCount) Open
Open
$this->mail_count = 1; // We have no idea of how many subscribers without reading all relevant DB records
- Exclude checks
Argument 3 (checked)
is ' checked=\'checked\''|''
but \e_form::checkbox()
takes bool|false
defined at /code/e107_handlers/form_handler.php:2685
Open
Open
$var[$c]['html'] = $frm->checkbox('nl_category_sel[]',$row['newsletter_id'] ,$checked);
- Exclude checks
Reference to undeclared property \newsletter_mailout->mail_count
(Did you mean expr->mailCount) Open
Open
return $this->mail_count;
- Exclude checks
Reference to undeclared property \newsletter_mailout->mail_read
(Did you mean expr->mailRead) Open
Open
$this->mail_read = 0;
- Exclude checks
Method \newsletter_mailout::select_close
is declared to return \none
but has no return value Open
Open
public function select_close()
- Exclude checks
Default value for string
$selectVals
can't be false
Open
Open
public function selectInit($selectVals = FALSE)
- Exclude checks
Return type of select_close()
is undeclared type \none
Open
Open
public function select_close()
- Exclude checks
Reference to undeclared property \newsletter_mailout->mail_read
(Did you mean expr->mailRead) Open
Open
$this->mail_read++;
- Exclude checks
Returning type false
but selectInit()
is declared to return int
Open
Open
if (!($sql->gen($qry))) return FALSE;
- Exclude checks
Default value for string
$selectVals
can't be false
Open
Open
public function showSelect($allow_edit = FALSE, $selectVals = FALSE)
- Exclude checks
Returning type false
but showSelect()
is declared to return array
Open
Open
return false; // Return Nothing to avoid confusion.
- Exclude checks