From 7ee3f5579aab21257d236e6f8aa853cd639ff460 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 28 Jan 2007 20:56:10 +0000 Subject: Issue 0000614: Display hits under thumbnails like comments counter git-svn-id: http://piwigo.org/svn/trunk@1763 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'admin/include') diff --git a/admin/include/functions.php b/admin/include/functions.php index a28e42582..a7fd10e36 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -1157,6 +1157,8 @@ SELECT user_id $insert['expand'] = boolean_to_string($conf['auto_expand']); $insert['show_nb_comments'] = boolean_to_string($conf['show_nb_comments']); + $insert['show_nb_hits'] = + boolean_to_string($conf['show_nb_hits']); $insert['maxwidth'] = $conf['default_maxwidth']; $insert['maxheight'] = $conf['default_maxheight']; $insert['registration_date'] = $dbnow; -- cgit v1.2.3