From 701ce4aed2453dd3044de8b1a5e59b31257af4d0 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 23 Mar 2005 03:58:54 +0000 Subject: [PATCH] Woops... didn't want that damn keyword to expand. --- template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.php b/template.php index 7984677..57d2ab7 100644 --- a/template.php +++ b/template.php @@ -207,7 +207,7 @@ class DB_Template else { $test = preg_replace('#\$' . 'Id: (.+?) (.+?) [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}(.+?) (.+?) \$#', '\\1 - SVN \\2', $scinfo); - if ($test == '$Id$') + if ($test == '$' . 'Id: $') { $scinfo = 'Not Under Source Control'; } -- 2.22.5