/[drupal]/contributions/modules/plugin_manager/plugin_manager.admin.inc
ViewVC logotype

Diff of /contributions/modules/plugin_manager/plugin_manager.admin.inc

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

revision 1.52.2.33, Wed Oct 1 02:13:38 2008 UTC revision 1.52.2.34, Wed Oct 1 02:14:48 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: plugin_manager.admin.inc,v 1.52.2.32 2008/10/01 01:45:55 jabapyth Exp $  // $Id: plugin_manager.admin.inc,v 1.52.2.33 2008/10/01 02:13:38 jabapyth Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 390  function plugin_manager_install_form($fo Line 390  function plugin_manager_install_form($fo
390    $queue = variable_get("plugin_manager_queue", array());    $queue = variable_get("plugin_manager_queue", array());
391    if (empty($queue)) {    if (empty($queue)) {
392      drupal_set_message("Nothing has been selected to install.", "error");      drupal_set_message("Nothing has been selected to install.", "error");
393        drupal_goto("admin/plugin_manager/install/search");
394      return array();      return array();
395    }    }
396    

Legend:
Removed from v.1.52.2.33  
changed lines
  Added in v.1.52.2.34

  ViewVC Help
Powered by ViewVC 1.1.2