From b911c6155e6e4313c78c2fad74f37f80d96163d5 Mon Sep 17 00:00:00 2001
From: Emanuele Aina <emanuele.aina@collabora.com>
Date: Thu, 10 Sep 2015 10:50:48 +0200
Subject: [PATCH] phill: Replace task references regardless of case

---
 scripts/phill/phill.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/phill/phill.php b/scripts/phill/phill.php
index 74df573d28..7548040853 100755
--- a/scripts/phill/phill.php
+++ b/scripts/phill/phill.php
@@ -125,7 +125,7 @@ class PhillImporter
     $patterns = array();
     $replacements = array();
     foreach ($this->tasks as $id=>$task) {
-      $patterns[] = "/\\b$id\\b/m";
+      $patterns[] = "/\\b$id\\b/im";
       $replacements[] = $task->getMonogram();
     }
 
-- 
GitLab