/[drupal]/contributions/modules/category/category.pages.inc
ViewVC logotype

Diff of /contributions/modules/category/category.pages.inc

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

revision 1.5, Thu Mar 5 22:23:54 2009 UTC revision 1.6, Wed Aug 5 04:52:53 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: category.pages.inc,v 1.4 2009/02/07 09:01:16 jaza Exp $  // $Id: category.pages.inc,v 1.5 2009/03/05 22:23:54 jaza Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 178  function category_wrapper($type, $op, $g Line 178  function category_wrapper($type, $op, $g
178    $generic_error = ' '. t('Unable to perform the specified operation.');    $generic_error = ' '. t('Unable to perform the specified operation.');
179    
180    // Various validation checks    // Various validation checks
181    if (!($type == 'taxonomy' || $type == 'book' || $type == 'menu') || !($op == 'install' || $op == 'uninstall')) {    if (!($type == 'taxonomy' || $type == 'book') || !($op == 'install' || $op == 'uninstall')) {
182      drupal_set_message(t('Invalid parameters supplied to wrapper install / uninstall script.') . $generic_error, 'error');      drupal_set_message(t('Invalid parameters supplied to wrapper install / uninstall script.') . $generic_error, 'error');
183      drupal_goto($goto);      drupal_goto($goto);
184    }    }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2