/[drupal]/contributions/modules/views/modules/user/views_plugin_argument_default_current_user.inc
ViewVC logotype

Diff of /contributions/modules/views/modules/user/views_plugin_argument_default_current_user.inc

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

revision 1.1 by merlinofchaos, Wed Oct 1 19:50:31 2008 UTC revision 1.1.2.1 by merlinofchaos, Thu Nov 26 00:35:16 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: views_plugin_argument_default_current_user.inc,v 1.1 2008/10/01 19:50:31 merlinofchaos Exp $
3  /**  /**
4   * @file   * @file
5   * Contains the current user argument default plugin.   * Contains the current user argument default plugin.
# Line 7  Line 7 
7    
8  /**  /**
9   * Default argument plugin to extract the global $user   * Default argument plugin to extract the global $user
10     *
11     * This plugin actually has no options so it odes not need to do a great deal.
12   */   */
13  class views_plugin_argument_default_current_user extends views_plugin_argument_default {  class views_plugin_argument_default_current_user extends views_plugin_argument_default {
14    function get_argument() {    function get_argument() {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.3