Writing my name on the PHP class comments.
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 20 May 2012 19:44:32 +0000 (21:44 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 20 May 2012 19:44:32 +0000 (21:44 +0200)
Try not forget to write it.

apps/companyfront/modules/office/actions/actions.class.php
lib/form/doctrine/AdDescriptionForm.class.php

index 71fe3c0..6c22438 100644 (file)
@@ -5,8 +5,8 @@
  *
  * @package    mobiads
  * @subpackage office
- * @author     Your name here
- * @version    SVN: $Id: actions.class.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $
+ * @author     Gustavo Martin Morcuende
+ * @version
  */
 class officeActions extends sfActions
 {
index 4db1436..612913c 100644 (file)
@@ -5,8 +5,8 @@
  *
  * @package    mobiads
  * @subpackage form
- * @author     Your name here
- * @version    SVN: $Id: sfDoctrineFormTemplate.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $
+ * @author     Gustavo Martin Morcuende
+ * @version
  */
 class AdDescriptionForm extends BaseAdDescriptionForm
 {