mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 17:02:17 +02:00
Issue 0000614: Display hits under thumbnails like comments counter
git-svn-id: http://piwigo.org/svn/trunk@1763 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user