Changeset 16352 in spip-zone for _plugins_/_test_/recommander/action/fragment_recommander.php
- Timestamp:
- Oct 26, 2007, 10:30:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_test_/recommander/action/fragment_recommander.php
r16351 r16352 12 12 function verifier_email_ou_erreur($email) { 13 13 if (!$email = trim($email)) 14 return _T('form_prop_indiquer_email') ;14 return _T('form_prop_indiquer_email').'<br />'; 15 15 if (!email_valide($email)) 16 16 return _T('pass_erreur_non_valide', … … 18 18 'email_oubli' => htmlspecialchars($email) 19 19 ) 20 ) ;20 ).'<br />'; 21 21 } 22 22
Note: See TracChangeset
for help on using the changeset viewer.