/[drupal]/contributions/modules/fivestar/fivestar_color.inc
ViewVC logotype

Diff of /contributions/modules/fivestar/fivestar_color.inc

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

revision 1.1.4.9, Wed Jul 1 01:13:01 2009 UTC revision 1.1.4.10, Fri Nov 6 04:01:43 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: fivestar_color.inc,v 1.1.4.8 2009/04/10 18:21:03 quicksketch Exp $  // $Id: fivestar_color.inc,v 1.1.4.9 2009/07/01 01:13:01 quicksketch Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 101  function fivestar_color_form() { Line 101  function fivestar_color_form() {
101   * Theme color form.   * Theme color form.
102   */   */
103  function theme_fivestar_color_form($form) {  function theme_fivestar_color_form($form) {
104    if ($form['#access'] == FALSE) {    if (isset($form['#access']) && $form['#access'] == FALSE) {
105      return '';      return '';
106    }    }
107    

Legend:
Removed from v.1.1.4.9  
changed lines
  Added in v.1.1.4.10

  ViewVC Help
Powered by ViewVC 1.1.2