Changeset 27835 for _plugins_/_test_/nospam
- Timestamp:
- 13.04.2009 22:35:13 (10 months ago)
- Files:
-
- 1 modified
-
_plugins_/_test_/nospam/nospam_pipelines.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_test_/nospam/nospam_pipelines.php
r26996 r27835 51 51 $texte = PtoBR(propre(_request('texte'))); 52 52 $texte = preg_replace(',<a.*</a>,Uims','',$texte); 53 $texte = trim(preg_replace(',[\W]+, ims',' ',$texte));53 $texte = trim(preg_replace(',[\W]+,uims',' ',$texte)); 54 54 if (strlen($texte) < 10){ 55 55 $flux['data']['texte'] = _T('forum_attention_dix_caracteres');
