/[drupal]/contributions/modules/provision/web_server/enable.provision.inc
ViewVC logotype

Contents of /contributions/modules/provision/web_server/enable.provision.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Thu May 7 22:04:30 2009 UTC (6 months, 2 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-3, DRUPAL-6--0-2, DRUPAL-6--0-2-RC1, DRUPAL-6--0-4-ALPHA1, DRUPAL-6--0-2-BETA1, DRUPAL-6--0-4-ALPHA3, DRUPAL-6--0-4-ALPHA2, DRUPAL-6--0-3-RC4, DRUPAL-6--0-3-RC2, DRUPAL-6--0-3-RC3, DRUPAL-6--0-3-RC1, HEAD
Changes since 1.2: +1 -1 lines
File MIME type: text/x-php
#456622 - ensure that drush_invoke operates in a clean namespace and does not mistake drupal hooks as its own. Check the issue for the conversion script.
1 <?php
2
3 /**
4 * Implementation of hook_provision_enable
5 */
6 function drush_provision_apache_provision_enable($url = NULL) {
7 _provision_apache_create_vhost_config($url);
8 _provision_apache_restart_apache();
9 }
10

  ViewVC Help
Powered by ViewVC 1.1.2