Skip to content
Snippets Groups Projects
Commit e3c1c9df authored by Bruno Massa's avatar Bruno Massa
Browse files

Misc:

* Drupal code compliance fixes
parent 67f0ff2e
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ function _charts_color_form(&$form, $form_state, $settings) {
$form['color']['palette'] = array(
'#prefix' => '<div id="preview"></div><div id="farbtastic"></div><div id="palette" class="clear-block">',
'#suffix' => '</div>',
'#tree' => true,
'#tree' => TRUE,
);
foreach ($names as $color => $value) {
$form['color']['palette']['color'. $color] = array(
......
......@@ -74,7 +74,7 @@ function _fusioncharts_chart(&$chart, &$data) {
}
/**
* Immplementation of hook_charts_render().
* Implementation of hook_charts_render().
*
* Its a Charts module hook. It transform the data into a HTML chart.
*
......@@ -253,4 +253,4 @@ function _fusioncharts_series_single(&$chart, &$data) {
$chart['value'][] = _fusioncharts_values('category', $value_labels);
}
}
}
\ No newline at end of file
}
......@@ -86,7 +86,7 @@ function _google_charts_data_codingsimple($value, $max) {
}
/**
* Immplementation of hook_charts_render().
* Implementation of hook_charts_render().
*
* Its a Charts module hook. It transform the data into a HTML chart.
*
......
......@@ -22,7 +22,7 @@ function _openflashchart_chart(&$chart, &$data) {
}
/**
* Immplementation of hook_charts_render().
* Implementation of hook_charts_render().
*
* Its a Charts module hook. It transform the data into a HTML chart.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment