mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 08:50:42 +00:00
Replace Function strtoAZaz09() with toAlphanumeric()
This commit is contained in:
@@ -51,7 +51,7 @@ function cleanInput($input) {
|
||||
return $input;
|
||||
}
|
||||
|
||||
function strtoAZaz09($string)
|
||||
function toAlphanumeric($string)
|
||||
{
|
||||
// Gets rid of non-alphanumerics
|
||||
return preg_replace('/[^A-Za-z0-9_-]/', '', $string);
|
||||
|
||||
Reference in New Issue
Block a user