Skip to content
Snippets Groups Projects
  • Bruno Massa's avatar
    67720d14
    Improvements: · 67720d14
    Bruno Massa authored
    * charts.admin.inc will deal with admin pages and form generation while charts.inc will deal only with common chart building routines
    * _charts_settings() should be used instead variable_get('charts_settings') because it might initialize null variables
    * _charts_settings_form() is now a separate function that might be used when a module wants to set custom settings for a given chart instead the defaults
    67720d14
    History
    Improvements:
    Bruno Massa authored
    * charts.admin.inc will deal with admin pages and form generation while charts.inc will deal only with common chart building routines
    * _charts_settings() should be used instead variable_get('charts_settings') because it might initialize null variables
    * _charts_settings_form() is now a separate function that might be used when a module wants to set custom settings for a given chart instead the defaults