| commit | a5bca5a56c4db41d8ea8428cf2a0418443210acc | [log] [tgz] |
|---|---|---|
| author | bfreeman <bfreeman> | Wed Apr 30 21:08:53 2008 +0000 |
| committer | bfreeman <bfreeman> | Wed Apr 30 21:08:53 2008 +0000 |
| tree | fefd6a77600582fc2c87f1d17ba338f0363b4f1a | |
| parent | ba98f981612a9be70e81c4d8fdada39da2eebc71 [diff] |
*** empty log message ***
diff --git a/new-and-noteworthy/compute-n-and-n.php b/new-and-noteworthy/compute-n-and-n.php index a1138aa..37a02de 100644 --- a/new-and-noteworthy/compute-n-and-n.php +++ b/new-and-noteworthy/compute-n-and-n.php
@@ -91,7 +91,7 @@ * Look for N&N TEXT */ foreach( $xml->bug->long_desc as $value ) { - if( preg_match( "/N&N TEXT:(.*)/", $value->thetext, $matches ) ) { + if( preg_match( "/N&N TEXT:(.*)/s", $value->thetext, $matches ) ) { $description = trim($matches[1]); } }