aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2010-06-22 21:01:47 +0000
committernikrou <nikrou@piwigo.org>2010-06-22 21:01:47 +0000
commit1661af7f3f10bd303d2a1e71054fe9ba57954604 (patch)
tree2f3fd38ea5b26712c3641bd5e15f45aff74001c7 /admin
parent7629b2723a4e8691cef8c5056c300ac3b3143ce7 (diff)
Bug 1738 fixed : merge from trunk
hour function doesn't exists for database other than mysql. git-svn-id: http://piwigo.org/svn/branches/2.1@6579 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/stats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/stats.php b/admin/stats.php
index 1ce07649a..cab13c744 100644
--- a/admin/stats.php
+++ b/admin/stats.php
@@ -116,7 +116,7 @@ check_status(ACCESS_ADMINISTRATOR);
$query = '
SELECT
date,
- hour(time) AS hour,
+ '.pwg_db_get_hour('time').' AS hour,
MAX(id) AS max_id,
COUNT(*) AS nb_pages
FROM '.HISTORY_TABLE.'