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

Diff of /contributions/modules/og_blueprints/og_blueprints.module

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

revision 1.1.2.16, Mon Sep 15 18:39:19 2008 UTC revision 1.1.2.17, Mon Sep 15 18:40:16 2008 UTC
# Line 1097  function og_blueprints_blueprint_form($b Line 1097  function og_blueprints_blueprint_form($b
1097    unset($form['#redirect']);    unset($form['#redirect']);
1098    $form['submit'] = array(    $form['submit'] = array(
1099      '#type' => 'submit',      '#type' => 'submit',
1100      '#value' => is_null($bpid) ? t('Update blueprint') : t('Create new blueprint'),      '#value' => is_null($bpid) ? t('Create new blueprint') : t('Update blueprint'),
1101    );    );
1102    return $form;    return $form;
1103  }  }

Legend:
Removed from v.1.1.2.16  
changed lines
  Added in v.1.1.2.17

  ViewVC Help
Powered by ViewVC 1.1.2