mirror of
https://github.com/Pathduck/gallery3-themes-modules.git
synced 2024-11-12 23:35:59 -05:00
Fix for dupcheck module - only_full_group_by error
This commit is contained in:
parent
201fa33a13
commit
a69b9f154f
@ -53,7 +53,7 @@ class dupcheck_Controller extends Controller {
|
||||
|
||||
// Figure out which items to display on this page.
|
||||
foreach( db::build()
|
||||
->select("item_id")
|
||||
->select(array("item_id" => "ANY_VALUE(\"item_id\")"))
|
||||
->select(array("C" => "count(\"*\")"))
|
||||
->from("fullsize_md5sums")
|
||||
->group_by("itemmd5")
|
||||
|
Loading…
Reference in New Issue
Block a user