| @@ 450-452 (lines=3) @@ | ||
| 447 | } |
|
| 448 | ||
| 449 | // Duplicate |
|
| 450 | if ($isDuplicate) { |
|
| 451 | $this->_errors['name'] = __('An Event with the name %s already exists', array('<code>' . $classname . '</code>')); |
|
| 452 | } |
|
| 453 | ||
| 454 | if (empty($this->_errors)) { |
|
| 455 | $source = $fields['source']; |
|
| @@ 1199-1201 (lines=3) @@ | ||
| 1196 | } |
|
| 1197 | ||
| 1198 | // Duplicate |
|
| 1199 | if ($isDuplicate) { |
|
| 1200 | $this->_errors['name'] = __('A Data source with the name %s already exists', array('<code>' . $classname . '</code>')); |
|
| 1201 | } |
|
| 1202 | ||
| 1203 | if (empty($this->_errors)) { |
|
| 1204 | $filters = array(); |
|