e107_plugins/_blank/e_dashboard.php
Variable $dateName
was undeclared, but array fields are being added to it. Open
Open
$dateName[$key] = date('jS', $row['blank_date']);
- Exclude checks
Argument 5 (day)
is string
but \mktime()
takes int
Open
Open
$diz = date('D jS', mktime(1,1,1,$monthNumber,$day, $yearNumber));
- Exclude checks
Variable $var
was undeclared, but array fields are being added to it. Open
Open
$var[0]['icon'] = "<img src='".e_PLUGIN."_blank/images/blank_16.png' alt='' />";
- Exclude checks
Argument 4 (mon)
is string
but \mktime()
takes int
Open
Open
$diz = date('D jS', mktime(1,1,1,$monthNumber,$day, $yearNumber));
- Exclude checks
Variable $var
was undeclared, but array fields are being added to it. Open
Open
$var[0]['icon'] = "<img src='".e_PLUGIN."_blank/images/blank_16.png' alt='' />";
- Exclude checks
Argument 6 (year)
is string
but \mktime()
takes int
Open
Open
$diz = date('D jS', mktime(1,1,1,$monthNumber,$day, $yearNumber));
- Exclude checks
Suspicious type null
of a variable or expression used to build a string. (Expected type to be able to cast to a string) Open
Open
return "<div>".$cht->render($id, $width, $height)."</div>";
- Exclude checks