X-Git-Url: http://git.tpope.net/?p=tpope-extra.git;a=blobdiff_plain;f=drupal%2Fmodules%2Fcvsfilter.module;fp=drupal%2Fmodules%2Fcvsfilter.module;h=372c59fdf4c127d5bbfda3efd3977c1550e28bad;hp=9f02941bc59f9f1d636d2fd57adbf92cf7ee21ed;hb=80b529cd5af35e2eb354534971b09a49295a70c4;hpb=f86f50df6ffba3c86da821709a3f4fdc0b621a6d 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;