more inline updates & cleaned up tags
[plewww.git] / planetlab / tags / tag_action.php
index 7f66e4e..7d2d4bc 100644 (file)
@@ -112,19 +112,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';