mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
Categories management icon update
git-svn-id: http://piwigo.org/svn/trunk@608 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+2
-2
@@ -46,7 +46,7 @@ if (isset($_GET['delete']) and is_numeric($_GET['delete']))
|
||||
$to_delete_categories = array();
|
||||
array_push($to_delete_categories,$_GET['delete']);
|
||||
delete_categories($to_delete_categories);
|
||||
array_push($infos, $lang['cat_list_virtual_category_deleted']);
|
||||
array_push($infos, $lang['cat_virtual_deleted']);
|
||||
}
|
||||
// request to add a virtual category
|
||||
else if (isset($_POST['submit']))
|
||||
@@ -100,7 +100,7 @@ UPDATE '.CATEGORIES_TABLE.'
|
||||
WHERE id = '.$my_id.'
|
||||
;';
|
||||
pwg_query($query);
|
||||
array_push($infos, $lang['cat_list_virtual_category_added']);
|
||||
array_push($infos, $lang['cat_virtual_added']);
|
||||
}
|
||||
}
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user