From 5b0d26b779b6835b43e1d6dedd154d8efb0f8cf1 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 27 Apr 2007 00:22:41 +0000 Subject: merge revisions 1980 and 1981 from trunk to branch-1_7 put some code from the huge section_init to 2 functions - parse_section_url does the exact opposite of make_section_in_url - parse_well_known_params_url does the exact opposite of add_well_known_params_in_url maintenance on categories also invalidates the user cache git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1982 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/maintenance.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin') diff --git a/admin/maintenance.php b/admin/maintenance.php index 8bfef45a8..c0184c85c 100644 --- a/admin/maintenance.php +++ b/admin/maintenance.php @@ -51,6 +51,7 @@ switch ($action) update_category('all'); ordering(); update_global_rank(); + invalidate_user_cache(); break; } case 'images' : -- cgit v1.2.3