/[drupal]/contributions/modules/uts/uts.module
ViewVC logotype

Diff of /contributions/modules/uts/uts.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.55, Thu Jun 4 01:01:28 2009 UTC revision 1.56, Thu Jun 4 01:28:36 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: uts.module,v 1.54 2009/06/04 00:55:25 boombatower Exp $  // $Id: uts.module,v 1.55 2009/06/04 01:01:28 boombatower Exp $
3  /**  /**
4   * @file   * @file
5   * Provide general Usability Testing Suite functionality and module implementation.   * Provide general Usability Testing Suite functionality and module implementation.
# Line 1145  function uts_get_study_audience_level($t Line 1145  function uts_get_study_audience_level($t
1145        return 'Unknown';        return 'Unknown';
1146    }    }
1147  }  }
1148    
1149    /**
1150     * Implementation of hook_chart_color_schemes().
1151     */
1152    function uts_chart_color_schemes(&$colors) {
1153      $colors['uts'] = array(
1154        'fdbb6d',
1155        '7dd186',
1156        '6f7dc4',
1157        '5e95d6',
1158        'c1a283',
1159        'a5a5a5',
1160        'c5be56',
1161        '8a745f',
1162        'c45453',
1163        'bd72b5',
1164        'ff7e5e',
1165      );
1166    }

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

  ViewVC Help
Powered by ViewVC 1.1.2