Changeset 931 in subversion for trunk/roundcubemail/program/include/main.inc
- Timestamp:
- Nov 25, 2007 2:45:38 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/main.inc
r930 r931 1280 1280 } 1281 1281 1282 /** 1283 * Remove all non-ascii and non-word chars 1284 * except . and - 1285 */ 1286 function asciiwords($str) 1287 { 1288 return preg_replace('/[^a-z0-9.-_]/i', '', $str); 1289 } 1282 1290 1283 1291 /**
Note: See TracChangeset
for help on using the changeset viewer.
