more module updates
This commit is contained in:
@@ -149,6 +149,11 @@ function transliteration_file_query() {
|
||||
$regex = '/[a-z0-9_.-]+$';
|
||||
break;
|
||||
|
||||
case 'mssql':
|
||||
$operator = 'LIKE';
|
||||
$regex = '%[^a-z0-9_.-]%';
|
||||
break;
|
||||
|
||||
default:
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user