diff options
Diffstat (limited to '')
-rw-r--r-- | include/category_default.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/category_default.inc.php b/include/category_default.inc.php index 5f7fe5382..fcc3d0b22 100644 --- a/include/category_default.inc.php +++ b/include/category_default.inc.php @@ -123,6 +123,7 @@ foreach ($pictures as $row) 'FILE_SIZE' => $row['filesize'], 'FILE_WIDTH' => $row['width'], 'FILE_HEIGHT' => $row['height'], + 'FILE_RAGE' => $row['average_rate'], 'FILE_METADATE' => $row['date_metadata_update'], 'FILE_HAS_HD' => ($row['has_high'] and $user['enabled_high']=='true') ? true:false, /* lack of include/functions_picture.inc.php */ |