From: Jan Schneider Date: Thu, 4 Feb 2010 23:06:43 +0000 (+0100) Subject: No longer a todo. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c54aea7a2b33b33e2e156a6c3a2170e0bb105ce0;p=horde.git No longer a todo. --- diff --git a/framework/Core/lib/Horde/Config.php b/framework/Core/lib/Horde/Config.php index c39fde9c8..7b141ee41 100644 --- a/framework/Core/lib/Horde/Config.php +++ b/framework/Core/lib/Horde/Config.php @@ -158,7 +158,7 @@ class Horde_Config */ static public function getVersion($text) { - // @TODO: Old CVS tag + // Old CVS tag if (preg_match('/\$.*?conf\.xml,v .*? .*\$/', $text, $match) || // New Git tag preg_match('/\$Id:\s*[0-9a-f]+\s*\$/', $text, $match)) {