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

Diff of /contributions/modules/textimage/textimage.module

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

revision 1.1, Sat Mar 4 02:08:17 2006 UTC revision 1.2, Fri Mar 10 20:14:27 2006 UTC
# Line 56  function textimage_menu($may_cache) { Line 56  function textimage_menu($may_cache) {
56      $items[] = array(      $items[] = array(
57        'path' => 'textimage/image'.$suffix, 'title' => t('textimage'),        'path' => 'textimage/image'.$suffix, 'title' => t('textimage'),
58        'callback' => '_textimage_image',        'callback' => '_textimage_image',
59        'access' => user_access('access textimage'),        'access' => user_access('access textimages'),
60        'type' => MENU_CALLBACK        'type' => MENU_CALLBACK
61      );      );
62    }    }

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

  ViewVC Help
Powered by ViewVC 1.1.2