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

Misc:

* Some Drupal code compliance fixes
parent 843c0c13
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// $Id$ // $Id$
/** /**
* @author Bruno Massa http://drupal.org/user/67164 * @author Bruno Massa http://drupal.org/user/67164
* @file charts.inc * @file
* Transform DATA into INFORMATION using beautiful CHARTS. * Settings function for Cahrts module.
*/ */
/** /**
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// $Id$ // $Id$
/** /**
* @author Bruno Massa http://drupal.org/user/67164 * @author Bruno Massa http://drupal.org/user/67164
* @file charts.install * @file
* Install and unistall functions for this module * Install and unistall functions for this module
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// $Id$ // $Id$
/** /**
* @author Bruno Massa http://drupal.org/user/67164 * @author Bruno Massa http://drupal.org/user/67164
* @file charts.module * @file
* Transform DATA into INFORMATION using beautiful CHARTS. * Transform DATA into INFORMATION using beautiful CHARTS.
* *
* @note only hooks are here. * @note only hooks are here.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// $Id$ // $Id$
/** /**
* @author Bruno Massa http://drupal.org/user/67164 * @author Bruno Massa http://drupal.org/user/67164
* @file charts_system.inc * @file
* Use Charts for Drupal administration * Use Charts for Drupal administration
*/ */
......
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
core = "6.x" core = "6.x"
dependencies[] = charts dependencies[] = charts
description = "Use Charts for Drupal administration" description = "Use Charts for Drupal administration"
name = "Charts System" name = "Charts System"
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// $Id$ // $Id$
/** /**
* @author Bruno Massa http://drupal.org/user/67164 * @author Bruno Massa http://drupal.org/user/67164
* @file charts_system.module * @file
* Use Charts for Drupal administration * Use Charts for Drupal administration
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// $Id$ // $Id$
/** /**
* @author Bruno Massa http://drupal.org/user/67164 * @author Bruno Massa http://drupal.org/user/67164
* @file fusioncharts.module * @file
* Use FusionCharts on your site. * Use FusionCharts on your site.
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// $Id$ // $Id$
/** /**
* @author Bruno Massa http://drupal.org/user/67164 * @author Bruno Massa http://drupal.org/user/67164
* @file fusioncharts.module * @file
* Use FusionCharts on your site. * Use FusionCharts on your site.
* *
* @note only hooks are here. * @note only hooks are here.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// $Id$ // $Id$
/** /**
* @author Bruno Massa http://drupal.org/user/67164 * @author Bruno Massa http://drupal.org/user/67164
* @file google_charts.inc * @file
* Use Google Charts on your site. * Use Google Charts on your site.
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// $Id$ // $Id$
/** /**
* @author Bruno Massa http://drupal.org/user/67164 * @author Bruno Massa http://drupal.org/user/67164
* @file google_charts.module * @file
* Use Google Charts on your site. * Use Google Charts on your site.
* *
* @note only hooks are here. * @note only hooks are here.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// $Id$ // $Id$
/** /**
* @author Bruno Massa http://drupal.org/user/67164 * @author Bruno Massa http://drupal.org/user/67164
* @file openflashchart.inc * @file
* Use Open Flash Chart on your site. * Use Open Flash Chart on your site.
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// $Id$ // $Id$
/** /**
* @author Bruno Massa http://drupal.org/user/67164 * @author Bruno Massa http://drupal.org/user/67164
* @file openflashchart.module * @file
* Use Open Flash Chart on your site. * Use Open Flash Chart on your site.
* *
* @note only hooks are here. * @note only hooks are here.
......
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