diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-04-20 22:25:40 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-04-20 22:25:40 +0000 |
commit | cd30335df7f2a4c3b15c5f2ba181dc1b0444f00a (patch) | |
tree | 08ed00c2786c92b9b7b786f668ebd4816113cca5 /admin/maintenance.php | |
parent | e74943520a928e32a2dd9df1049174594abf89a9 (diff) |
merge r 2306 from trunk to branch-1_7
- merged function ordering() with update_global_rank() and also optimized the queries
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2307 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/maintenance.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/maintenance.php b/admin/maintenance.php index 7ee5f84e5..f44797b7d 100644 --- a/admin/maintenance.php +++ b/admin/maintenance.php @@ -48,7 +48,6 @@ switch ($action) { update_uppercats(); update_category('all'); - ordering(); update_global_rank(); invalidate_user_cache(); break; |