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

Diff of /contributions/modules/actions/actions.module

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

revision 1.42, Mon Sep 8 17:58:46 2008 UTC revision 1.43, Sat Sep 20 22:21:15 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: actions.module,v 1.41 2008/08/03 03:45:37 jvandyk Exp $  // $Id: actions.module,v 1.42 2008/09/08 17:58:46 jvandyk Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 1239  function system_message_action(&$object, Line 1239  function system_message_action(&$object,
1239    global $user;    global $user;
1240    $variables = array(    $variables = array(
1241      '%site_name' => variable_get('site_name', 'Drupal'),      '%site_name' => variable_get('site_name', 'Drupal'),
1242      '%username' => $user->name ? $user->name : variable_get('anonymous', t('Anonymous')),      '%username' => $user->name ? theme_username($user) : variable_get('anonymous', t('Anonymous')),
1243    );    );
1244    
1245    // This action can be called in any context, but if placeholders    // This action can be called in any context, but if placeholders

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

  ViewVC Help
Powered by ViewVC 1.1.2