No longer a todo.
authorJan Schneider <jan@horde.org>
Thu, 4 Feb 2010 23:06:43 +0000 (00:06 +0100)
committerJan Schneider <jan@horde.org>
Sun, 14 Feb 2010 22:24:05 +0000 (23:24 +0100)
framework/Core/lib/Horde/Config.php

index c39fde9..7b141ee 100644 (file)
@@ -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)) {