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
This commit is contained in:
rvelices
2007-04-27 00:22:41 +00:00
parent bd73ae2b2d
commit 5b0d26b779
3 changed files with 226 additions and 205 deletions
+1
View File
@@ -51,6 +51,7 @@ switch ($action)
update_category('all');
ordering();
update_global_rank();
invalidate_user_cache();
break;
}
case 'images' :