fixed spelling errors
parent
ac31d04370
commit
1a902e0aae
|
|
@ -4,4 +4,4 @@ get-modifiers:<br>
|
||||||
-lib (+force) : use custom svg-lib<br>
|
-lib (+force) : use custom svg-lib<br>
|
||||||
-short : linked (png only)<br>
|
-short : linked (png only)<br>
|
||||||
-abs : absolut values instead of rounded<br>
|
-abs : absolut values instead of rounded<br>
|
||||||
-mode=last + num=[x] : dispolay last x hours
|
-mode=last + num=[x] : display last x hours
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ function logStats($datas,$type,$alt=false,$outlineAlt=0,$mode=1){
|
||||||
$unit=getUnit($type);
|
$unit=getUnit($type);
|
||||||
$stat=$timePoints=array();
|
$stat=$timePoints=array();
|
||||||
if($alt===false){
|
if($alt===false){
|
||||||
if(is_array($data[$num])){
|
if(is_array($datas[$num])){
|
||||||
$stat=dataStat($datas[$num],$type);
|
$stat=dataStat($datas[$num],$type);
|
||||||
$timePoints=outLinedLogPoints($datas[$num]);
|
$timePoints=outLinedLogPoints($datas[$num]);
|
||||||
}else{
|
}else{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue