/[drupal]/contributions/modules/blogspam/blogspam.install
ViewVC logotype

Contents of /contributions/modules/blogspam/blogspam.install

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Jan 6 08:27:24 2009 UTC (10 months, 2 weeks ago) by chrissearle
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-7--1
Changes since 1.1: +12 -0 lines
File MIME type: text/x-php
Merge 6.x to trunk
1 <?php
2 function blogspam_update_6100() {
3 $ret = array();
4
5 $url = variable_get('blogspam_server', 'http://test.blogspam.net:8888/');
6
7 if ($url == 'http://test.blog.spam.steve.org.uk:8888/') {
8 variable_set('blogspam_server', 'http://test.blogspam.net:8888/');
9 }
10
11 return $ret;
12 }

  ViewVC Help
Powered by ViewVC 1.1.2