diff options
-rw-r--r-- | engine/lib/entities.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php index f2eed1658..d9d34858a 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -187,7 +187,7 @@ */ function getAnnotationsAvg($name) { - + return get_annotations_avg($this->getGUID(), "","",$name); } /** @@ -197,7 +197,7 @@ */ function getAnnotationsSum($name) { - + return get_annotations_sum($this->getGUID(), "","",$name); } /** @@ -207,7 +207,7 @@ */ function getAnnotationsMin($name) { - + return get_annotations_min($this->getGUID(), "","",$name); } /** @@ -217,7 +217,7 @@ */ function getAnnotationsMax($name) { - + return get_annotations_max($this->getGUID(), "","",$name); } public function getGUID() { return $this->get('guid'); } |