| 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 |
| 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 |
} |
} |