X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=planetlab%2Ftags%2Ftag_action.php;h=9084451d97b11e10cb061379f21acbf923388e52;hb=0a4d3b62dea80c253ca2d9611d865a62976a72aa;hp=7f66e4ead7d2c617f40d54e1600bbf565a0fcc7b;hpb=305c3ccb1a65dc994558ec83e5fc3b877686e07f;p=plewww.git diff --git a/planetlab/tags/tag_action.php b/planetlab/tags/tag_action.php index 7f66e4e..9084451 100644 --- a/planetlab/tags/tag_action.php +++ b/planetlab/tags/tag_action.php @@ -16,7 +16,6 @@ include 'plc_header.php'; // Common functions require_once 'plc_functions.php'; -require_once 'plc_sorts.php'; // find person roles $_person= $plc->person; @@ -112,19 +111,6 @@ if( $_POST['edit_type'] ) { } -// delete tag types -if( $_GET['del_type'] ) { - // get vars - $type_id= intval( $_GET['del_type'] ); - - // delete it! - $api->DeleteTagType( $type_id ); - - plc_redirect( "tags.php?type=slice" ); -} - - - /* // Print footer include 'plc_footer.php';