thomascube
2008-06-20 6ea6c9b96e33f0c6616ff270cc5b81efe216a209
program/include/main.inc
@@ -475,7 +475,7 @@
 */
function asciiwords($str)
{
  return preg_replace('/[^a-z0-9.-_]/i', '', $str);
  return preg_replace('/[^a-z0-9._-]/i', '', $str);
}
/**