This commit is contained in:
following
2013-03-23 21:31:44 +01:00
parent 916ad9aac2
commit e281cfadc1
20 changed files with 89 additions and 49 deletions

View File

@@ -295,6 +295,7 @@ class cache
`cache_logs`.`id` AS `id`,
`cache_logs`.`uuid` AS `uuid`,
`cache_logs`.`date` AS `date`,
substr(`cache_logs`.`date`,12) AS `time`, /* 00:00:01 = 00:00 logged, 00:00:00 = no time */
`cache_logs`.`type` AS `type`,
`cache_logs`.`text` AS `text`,
`cache_logs`.`text_html` AS `texthtml`,