aboutsummaryrefslogtreecommitdiffstats
path: root/admin/remote_site.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2004-12-05 22:47:46 +0000
committerplegall <plg@piwigo.org>2004-12-05 22:47:46 +0000
commit1ab32cccb7eaf8f5707c06895179e31743dceae9 (patch)
treec87e0bc8eabd428be3cbc3e95e1c4fd830bdcea1 /admin/remote_site.php
parent484a431a7e257ab6f8484a9e4100d70657da17ea (diff)
- ordering function moved from admin/update to admin/include/function
- remote_site uses ordering and update_global_rank git-svn-id: http://piwigo.org/svn/trunk@638 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/remote_site.php')
-rw-r--r--admin/remote_site.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/remote_site.php b/admin/remote_site.php
index 19db458b4..6f0279f21 100644
--- a/admin/remote_site.php
+++ b/admin/remote_site.php
@@ -135,6 +135,8 @@ function update_remote_site($listing_file, $site_id)
$xml_content = getXmlCode($listing_file);
insert_remote_category($xml_content, $site_id, 'NULL', 0);
update_category();
+ ordering();
+ update_global_rank();
$template->assign_block_vars(
'update',