Skip to content

Commit

Permalink
rerun regen after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 committed Jun 18, 2016
1 parent b0402b0 commit 126efc8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
6 changes: 3 additions & 3 deletions CRM/Utils/Check/Component/OptionGroups.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ public function checkOptionGroupValues() {
}
if (!empty($problemValues)) {
$strings = array();
foreach ($problemValues as $problemValue) {
foreach ($problemValues as $problemValue) {
$strings[] = ts('<tr><td> "%1" </td><td> "%2" </td></tr>', array(
1 => $problemValue['group_name'],
2 => $problemValue['value_name'],
);
}

$messages[] = new CRM_Utils_Check_Message(
__FUNCTION__,
ts('The Following Option Values contain value fields that do not match the Data Type of the Option Group</p>
<p><table><tbody><th>Option Group</th><th>Option Value</th></tbody><tbody>') .
explode('\n' , $strings) . ts('</tbody></table></p>'),
explode('\n', $strings) . ts('</tbody></table></p>'),
ts('Option Values with problematic Values'),
\Psr\Log\LogLevel::NOTICE,
'fa-server'
Expand Down
57 changes: 29 additions & 28 deletions sql/civicrm_generated.mysql

Large diffs are not rendered by default.

0 comments on commit 126efc8

Please sign in to comment.