From: Tim Pope Date: Sun, 25 Jul 2004 23:22:22 +0000 (+0000) Subject: Added www to domain name X-Git-Url: http://git.tpope.net/?p=tpope-extra.git;a=commitdiff_plain;h=80b529cd5af35e2eb354534971b09a49295a70c4 Added www to domain name --- diff --git a/drupal/modules/cvsfilter.module b/drupal/modules/cvsfilter.module index 9f02941..372c59f 100644 --- a/drupal/modules/cvsfilter.module +++ b/drupal/modules/cvsfilter.module @@ -16,8 +16,8 @@ function cvsfilter_filter($op, $text = "") { case "settings": return form_group(t("URL Filter"), t("CVS Filter is enabled. This means that cvs: style URLs will automatically be pointed at the appropriate location.")); case "process": - $text = preg_replace("//i", '', $text); - $text = preg_replace("//i", '', $text); + $text = preg_replace("//i", '', $text); + $text = preg_replace("//i", '', $text); return $text; default: return $text;