mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 17:32:25 +02:00
Several bug fixes
* Batch Manager no longer have a php error * Intro Graph display the actual week when it's monday * fix the "groups" reserved word * History is now summarize on the stats pag access * New piwigo no longer have PHP error due to stats.php
This commit is contained in:
@@ -453,6 +453,11 @@ if ($conf['enable_synchronization'])
|
||||
$prefilters[] = array('ID' => 'no_sync_md5sum', 'NAME' => l10n('With no checksum'));
|
||||
}
|
||||
|
||||
function UC_name_compare($a, $b)
|
||||
{
|
||||
return strcmp(strtolower($a['NAME']), strtolower($b['NAME']));
|
||||
}
|
||||
|
||||
$prefilters = trigger_change('get_batch_manager_prefilters', $prefilters);
|
||||
usort($prefilters, 'UC_name_compare');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user