| @@ 1454-1456 (lines=3) @@ | ||
| 1451 | } |
|
| 1452 | ||
| 1453 | // Duplicate |
|
| 1454 | if ($isDuplicate) { |
|
| 1455 | $this->_errors['name'] = __('A Data source with the name %s already exists', |
|
| 1456 | array('<code>' . $classname . '</code>')); |
|
| 1457 | } |
|
| 1458 | ||
| 1459 | if (empty($this->_errors)) { |
|
| @@ 440-442 (lines=3) @@ | ||
| 437 | } |
|
| 438 | ||
| 439 | // Duplicate |
|
| 440 | if ($isDuplicate) { |
|
| 441 | $this->_errors['name'] = __('An Event with the name %s already exists', |
|
| 442 | array('<code>' . $classname . '</code>')); |
|
| 443 | } |
|
| 444 | ||
| 445 | if (empty($this->_errors)) { |
|