...and add a "Dependencies" column.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tstoeckler’s picture

+++ b/libraries.drush.inc
@@ -54,36 +54,29 @@ function libraries_drush_list() {
       foreach ($library['variants'] as $variant_name => $variant) {
         if ($variant['installed']) {
           $variants[] = $variant_name;
         }
       }

This could use a comment: "Only list installed variants." or something

tstoeckler’s picture

Status: Needs review » Fixed
FileSize
1.92 KB

Since this is really just code clean-up, I decided to commit this. See the attached patch.
http://drupal.org/commitlog/commit/10030/3c4e6f9c01333b1952f66b2320015f5...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.