From 4b3a07e6b4c48738ee4fd62e4321369fa9ff4868 Mon Sep 17 00:00:00 2001 From: Wong Hoi Sing Edison Date: Fri, 29 Mar 2013 11:56:13 +0800 Subject: Issue #1955982 by hswong3i: Library pattern not match for master branch. Signed-off-by: Wong Hoi Sing Edison --- colorbox.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorbox.module b/colorbox.module index 6e96bfa..7832006 100644 --- a/colorbox.module +++ b/colorbox.module @@ -80,7 +80,7 @@ function colorbox_libraries_info() { 'download url' => 'http://www.jacklmoore.com/colorbox', 'version arguments' => array( 'file' => 'jquery.colorbox-min.js', - 'pattern' => '@ColorBox v([0-9\.a-z]+)@', + 'pattern' => '@(?i:ColorBox) v([0-9\.a-z]+)@', 'lines' => 5, ), 'files' => array( -- 1.7.9.5