From c08fa6f67ef5b149fdeb3bcc57045e629df8fff4 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 4 Mar 2006 23:31:46 +0000 Subject: new feature: source/destination links between categories. Will we keep this feature? Code is complicated and very few people will understand how it works... modification: #images.storage_category_id replaced by #image_category.is_storage improvement: many code refactoring to improve readibility improvement: virtual category creation code was moved to a dedicated function in order to be called from admin/cat_list.php and admin/cat_modify.php (create a new destination category) git-svn-id: http://piwigo.org/svn/trunk@1064 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/maintenance.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/maintenance.php') diff --git a/admin/maintenance.php b/admin/maintenance.php index 067f1ff82..5653ed4cd 100644 --- a/admin/maintenance.php +++ b/admin/maintenance.php @@ -41,6 +41,7 @@ switch ($action) { case 'categories' : { + check_links(); update_uppercats(); update_category('all'); ordering(); -- cgit v1.2.3