Changeset 3605 in subversion
- Timestamp:
- May 10, 2010 7:16:22 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/managesieve/managesieve.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/managesieve/managesieve.php
r3593 r3605 489 489 if ($this->form['actions'][$i]['target'] == '') 490 490 $this->errors['actions'][$i]['target'] = $this->gettext('cannotbeempty'); 491 else if (! $this->check_email($this->form['actions'][$i]['target']))491 else if (!check_email($this->form['actions'][$i]['target'])) 492 492 $this->errors['actions'][$i]['target'] = $this->gettext('noemailwarning'); 493 493 break; … … 504 504 if (!$address) 505 505 unset($this->form['actions'][$i]['addresses'][$aidx]); 506 else if(! $this->check_email($address)) {506 else if(!check_email($address)) { 507 507 $this->errors['actions'][$i]['addresses'] = $this->gettext('noemailwarning'); 508 508 break;
Note: See TracChangeset
for help on using the changeset viewer.
