split in two
[plewww.git] / planetlab / tags / tag_set.php
index 69b7a0d..1d3313b 100644 (file)
@@ -15,8 +15,12 @@ include 'plc_header.php';
 
 // Common functions
 require_once 'plc_functions.php';
-require_once 'plc_minitabs.php';
-require_once 'plc_tables.php';
+require_once 'linetabs.php';
+require_once 'table.php';
+
+drupal_set_message ("xxx tag_set.php is deprecated - use planetlab/actions.php instead");
+return;
+
 
   // get slice id from GET
   $slice_id= intval( $_GET['add'] );