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

Diff of /contributions/modules/node_images/node_images.module

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

revision 1.11.2.9, Mon Sep 8 09:14:00 2008 UTC revision 1.11.2.10, Mon Sep 15 11:56:24 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: node_images.module,v 1.11.2.8 2008/08/28 14:33:17 stefano73 Exp $  // $Id: node_images.module,v 1.11.2.9 2008/09/08 09:14:00 stefano73 Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 68  function node_images_menu() { Line 68  function node_images_menu() {
68   * implementation of hook_form_alter()   * implementation of hook_form_alter()
69   */   */
70  function node_images_form_alter(&$form, $form_state, $form_id) {  function node_images_form_alter(&$form, $form_state, $form_id) {
   $type = $form['#node_type']->type;  
71    if ($form_id == 'node_type_form' && isset($form['identity']['type'])) {    if ($form_id == 'node_type_form' && isset($form['identity']['type'])) {
72        $type = $form['#node_type']->type;
73      // radio button in the node's content type configuration page      // radio button in the node's content type configuration page
74      _node_images_check_settings();      _node_images_check_settings();
75      $form['node_images'] = array(      $form['node_images'] = array(

Legend:
Removed from v.1.11.2.9  
changed lines
  Added in v.1.11.2.10

  ViewVC Help
Powered by ViewVC 1.1.2