unleet's picture

git.drupalcode.org iconDrupalCode profile
Posts on Drupal.org
Starred projects

Location United States

Personal Info

Other languages: 
English

On Drupal.org for 13 years 9 months

Bio: 

/**
* Implements hook_deal_alter().
*/
function vader_deal_alter(&$deal) {
foreach ($deal['people'] as $i => $person) {
if ($person->name == 'Han Solo') {
module_invoke_all('freeze_in_carbonite', $deal['people'][$i]);
}
}
}

Drupal events: 
DrupalCon Denver 2012

Projects maintained

I contributed to Drupal issue queues
I give support on IRC