Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
drush_pm_wget_update_project($project, $info, $path = '.')
contributions/drush/drush_pm_wget/drush_pm_wget.module, line 80
This is an alias of the install function, since they are identical
<?php
function drush_pm_wget_update_project($project, $info, $path = '.') {
return drush_pm_wget_install_project($project, $info, $path);
}
?>