Browse Source

Added keyword

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16100 44c647ce-9c0f-0410-b52a-842ac1e357ba
cogo 16 years ago
parent
commit
026f1c31de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/Zend/Captcha/ReCaptcha.php

+ 1 - 1
library/Zend/Captcha/ReCaptcha.php

@@ -37,7 +37,7 @@ require_once 'Zend/Service/ReCaptcha.php';
  * @subpackage Adapter
  * @copyright  Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
- * @version    $Id: $
+ * @version    $Id$
  */
 class Zend_Captcha_ReCaptcha extends Zend_Captcha_Base
 {