aboutsummaryrefslogtreecommitdiffstats
path: root/admin/maintenance.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-04-20 22:20:20 +0000
committerrvelices <rv-github@modusoptimus.com>2008-04-20 22:20:20 +0000
commit23fcaf6b6493c8d479a30201ea9fff3e5cffe4ff (patch)
treea0ce56162f8d37d244953b0f1e2cc74865cb04b3 /admin/maintenance.php
parent57b03a7218475f365e8838bab029bc8a6de94a48 (diff)
- 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
Diffstat (limited to 'admin/maintenance.php')
-rw-r--r--admin/maintenance.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/maintenance.php b/admin/maintenance.php
index a9733f31d..69268cf2c 100644
--- a/admin/maintenance.php
+++ b/admin/maintenance.php
@@ -45,7 +45,6 @@ switch ($action)
{
update_uppercats();
update_category('all');
- ordering();
update_global_rank();
invalidate_user_cache();
break;