/[drupal]/drupal/modules/system/system.admin.inc
ViewVC logotype

Diff of /drupal/modules/system/system.admin.inc

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

revision 1.223 by dries, Tue Nov 17 21:24:18 2009 UTC revision 1.224 by dries, Sat Nov 21 14:06:46 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: system.admin.inc,v 1.222 2009/11/15 21:21:01 webchick Exp $  // $Id: system.admin.inc,v 1.223 2009/11/17 21:24:18 dries Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 992  function system_modules_submit($form, &$ Line 992  function system_modules_submit($form, &$
992      // the form submission data needed later.      // the form submission data needed later.
993      if (!isset($form_state['values']['confirm'])) {      if (!isset($form_state['values']['confirm'])) {
994        $form_state['storage'] = array('more_modules' => $more_modules, 'modules' => $modules);        $form_state['storage'] = array('more_modules' => $more_modules, 'modules' => $modules);
995          $form_state['rebuild'] = TRUE;
996        return;        return;
997      }      }
998      // Otherwise, install or enable the modules.      // Otherwise, install or enable the modules.
# Line 1203  function system_modules_uninstall_submit Line 1204  function system_modules_uninstall_submit
1204    }    }
1205    else {    else {
1206      $form_state['storage'] = $form_state['values'];      $form_state['storage'] = $form_state['values'];
1207        $form_state['rebuild'] = TRUE;
1208    }    }
1209  }  }
1210    

Legend:
Removed from v.1.223  
changed lines
  Added in v.1.224

  ViewVC Help
Powered by ViewVC 1.1.3