bug 2825: add maintenance action to clean the database and avoid integrity errors

git-svn-id: http://piwigo.org/svn/trunk@20544 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2013-02-04 11:28:03 +00:00
commit b267aea0e2
5 changed files with 40 additions and 1 deletions

View file

@ -949,5 +949,5 @@ $lang['This group will be set to default'] = "Ce groupe deviendra par défaut";
$lang['This group will be unset to default'] = "Ce groupe ne sera plus par défaut";
$lang['No members to manage'] = "Aucun membre à gérer";
$lang['Rename'] = 'Renommer';
$lang['Purge user cache'] = 'Purger le cache utilisateur';
?>