5 if (!empty($_POST['nodeshell_id'])) $nodeshell_id = mysql_real_escape_string($_POST['nodeshell_id']);
6 else $nodeshell_id = mysql_real_escape_string($_POST['nodeshell_id_select']);
8 if (is_array($_POST['node_chosen'])) $put_array = $_POST['node_chosen'];
11 $put_array[] = $node['node_id'];
14 foreach ($put_array as $chosen) {
15 nodes::putNode($chosen,$nodeshell_id);