- merged function ordering() with update_global_rank() and also optimized the queries

git-svn-id: http://piwigo.org/svn/trunk@2306 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2008-04-20 22:20:20 +00:00
parent 57b03a7218
commit 23fcaf6b64
5 changed files with 58 additions and 97 deletions
-1
View File
@@ -45,7 +45,6 @@ switch ($action)
{
update_uppercats();
update_category('all');
ordering();
update_global_rank();
invalidate_user_cache();
break;