mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Minor - corrected comments
This commit is contained in:
@@ -717,7 +717,7 @@ EOF;
|
|||||||
DESC LIMIT 0,9
|
DESC LIMIT 0,9
|
||||||
";
|
";
|
||||||
|
|
||||||
if($amount = $sql -> db_Select_gen($qry))
|
if($amount = $sql->gen($qry))
|
||||||
{
|
{
|
||||||
$array = $sql->db_getList();
|
$array = $sql->db_getList();
|
||||||
|
|
||||||
@@ -813,7 +813,7 @@ EOF;
|
|||||||
|
|
||||||
$data['labels'] = $label;
|
$data['labels'] = $label;
|
||||||
|
|
||||||
//TODO Stats for site visitors - members only.
|
//visitors
|
||||||
$data['datasets'][] = array(
|
$data['datasets'][] = array(
|
||||||
'fillColor' => "rgba(220,220,220,0.5)",
|
'fillColor' => "rgba(220,220,220,0.5)",
|
||||||
'strokeColor' => "rgba(220,220,220,1)",
|
'strokeColor' => "rgba(220,220,220,1)",
|
||||||
@@ -824,7 +824,7 @@ EOF;
|
|||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
//TODO Stats for site visitors - all
|
//Unique Visitors
|
||||||
$data['datasets'][] = array(
|
$data['datasets'][] = array(
|
||||||
'fillColor' => "rgba(151,187,205,0.5)",
|
'fillColor' => "rgba(151,187,205,0.5)",
|
||||||
'strokeColor' => "rgba(151,187,205,1)",
|
'strokeColor' => "rgba(151,187,205,1)",
|
||||||
|
Reference in New Issue
Block a user