provision_log('error',t("The command could not be executed succesfully (returned: !return, code: %code)",array("!return"=>$proc['output'],"%code"=>$proc['code'])));
returnFALSE;
}
returnTRUE;
}
else{
provision_set_error(PROVISION_FRAMEWORK_ERROR);
provision_log('error',t("The command could not be executed succesfully (returned: !return, code: %code)",array("!return"=>implode('',$return),"%code"=>$code)));
returnFALSE;
}
};
...
...
@@ -744,7 +763,6 @@ function pt($string, $args = array()) {
* Some scripts need to run with drupal as the only active database, and this allows us to do that.