Grazie mille Mod,
ho risolto così:
codice:
$old = array();  
 foreach($old as $key => $subarray) {
  $newarray[$key] = $subarray[0];
	      
   }
print_r($newarray);