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

Diff of /contributions/modules/flag/flag.module

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

revision 1.11.2.72.2.24, Mon Nov 2 06:17:01 2009 UTC revision 1.11.2.72.2.25, Mon Nov 2 06:30:10 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: flag.module,v 1.11.2.72.2.23 2009/10/29 05:06:11 quicksketch Exp $  // $Id: flag.module,v 1.11.2.72.2.24 2009/11/02 06:17:01 quicksketch Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 1428  function flag_get_content_flags($content Line 1428  function flag_get_content_flags($content
1428      }      }
1429    }    }
1430    
1431    return isset($flag) ? $content_flags[$content_type][$content_id]['flags'][$flag_name] : $content_flags[$content_type][$content_id]['users'];    return isset($flag_name) ? $content_flags[$content_type][$content_id]['flags'][$flag_name] : $content_flags[$content_type][$content_id]['users'];
1432  }  }
1433    
1434  /**  /**

Legend:
Removed from v.1.11.2.72.2.24  
changed lines
  Added in v.1.11.2.72.2.25

  ViewVC Help
Powered by ViewVC 1.1.2