|
@@ -73,7 +73,7 @@ foreach ($previousVitals as $p) {
|
|
|
}
|
|
|
$newFormat['date'] = $p->note->effective_dateest; // unfriendly_date($p->created_at);
|
|
|
$previousData[] = $newFormat;
|
|
|
- if(!$previousDataAssoc[$newFormat['date']]){
|
|
|
+ if(!isset($previousDataAssoc[$newFormat['date']])){
|
|
|
$previousDataAssoc[$newFormat['date']] = $newFormat; // for easy iter to cols
|
|
|
}
|
|
|
}
|