From 80b529cd5af35e2eb354534971b09a49295a70c4 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 25 Jul 2004 23:22:22 +0000 Subject: [PATCH] Added www to domain name --- drupal/modules/cvsfilter.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.30.2