more module updates

This commit is contained in:
Bachir Soussi Chiadmi
2015-04-20 18:19:49 +02:00
parent 2121a356b3
commit cde7b73a73
39 changed files with 660 additions and 258 deletions

View File

@@ -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;
}