This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function localdev_drush_command() { | |
$items = array(); | |
$items['lcld'] = array( | |
'description' => 'Delete nodes', | |
'callback' => 'drush_lcld', | |
'options' => array( | |
'type' => 'node type', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/acquia_spi/acquia_spi.install b/acquia_spi/acquia_spi.install | |
index 1a311c2..396429c 100644 | |
--- a/acquia_spi/acquia_spi.install | |
+++ b/acquia_spi/acquia_spi.install | |
@@ -21,12 +21,13 @@ function acquia_spi_uninstall() { | |
function acquia_spi_requirements($phase) { | |
$requirements = array(); | |
- $has_credentials = acquia_agent_has_credentials(); | |
$last_sent = variable_get('acquia_spi_cron_last', 0); |
NewerOlder