/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
The researchers found ingestion of the purple nut sedge in both pre-agricultural and agricultural periods.Good find, Tyler. Purple nut sedge is related to the tiger nuts I reported on before:
They suggest that the plant’s ability to inhibit Streptococcus mutans - a bacterium which contributes to tooth decay, may have contributed to the unexpectedly low level of cavaties found in the agricultural population.
Dr Stephen Buckley, a Research Fellow at the University of York’s BioArCh research facility, conducted the chemical analyses.
He added: ‘The evidence for purple nut sedge was very clear in samples from all the time periods we looked at.
This plant was evidently important to the people of Al Khiday, even after agricultural plants had been introduced.’
Read more: http://www.dailymail.co.uk/sciencetech/article-2694799/The-root-matter-Ancient-tooth-plaque-reveals-ancestors-cooked-barbeques-feasted-weeds.html#ixzz37lQZbzSa (http://www.dailymail.co.uk/sciencetech/article-2694799/The-root-matter-Ancient-tooth-plaque-reveals-ancestors-cooked-barbeques-feasted-weeds.html#ixzz37lQZbzSa)