/[drupal]/contributions/modules/imagecache_actions/textrender.inc
ViewVC logotype

Diff of /contributions/modules/imagecache_actions/textrender.inc

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

revision 1.1.2.3, Mon Aug 31 04:12:20 2009 UTC revision 1.1.2.4, Tue Sep 15 23:42:00 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: $  // $Id: textrender.inc,v 1.1.2.3 2009/08/31 04:12:20 dman Exp $
3  /**  /**
4   * @file Helper functions for imagecache_textactions   * @file Helper functions for imagecache_textactions
5   *   *
# Line 100  function theme_textactions_rendertext($e Line 100  function theme_textactions_rendertext($e
100   * @param $action   * @param $action
101   */   */
102  function textactions_rendertext_image(&$image, $action = array()) {  function textactions_rendertext_image(&$image, $action = array()) {
103    
104    if (!empty($action['evaluate_text'])) {    if (!empty($action['evaluate_text'])) {
105      $text = textactions_evaluate_text($image, $action);      $text = textactions_evaluate_text($image, $action);
106    }    }

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

  ViewVC Help
Powered by ViewVC 1.1.2