diff options
Diffstat (limited to 'demos/blog/protected/Portlets/SearchPortlet.php')
-rw-r--r-- | demos/blog/protected/Portlets/SearchPortlet.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/blog/protected/Portlets/SearchPortlet.php b/demos/blog/protected/Portlets/SearchPortlet.php index 102bf79d..c218a739 100644 --- a/demos/blog/protected/Portlets/SearchPortlet.php +++ b/demos/blog/protected/Portlets/SearchPortlet.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/
* @copyright Copyright © 2006 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Revision: $ $Date: $
+ * @version $Id$
*/
Prado::using('Application.Portlets.Portlet');
|