From: Gustavo Martin Morcuende Date: Sun, 20 May 2012 19:44:32 +0000 (+0200) Subject: Writing my name on the PHP class comments. X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=3a9739d2e66220546f252cf7a84bbb62dea08cf6;p=mobi%2F.git Writing my name on the PHP class comments. Try not forget to write it. --- diff --git a/apps/companyfront/modules/office/actions/actions.class.php b/apps/companyfront/modules/office/actions/actions.class.php index 71fe3c0..6c22438 100644 --- a/apps/companyfront/modules/office/actions/actions.class.php +++ b/apps/companyfront/modules/office/actions/actions.class.php @@ -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 { diff --git a/lib/form/doctrine/AdDescriptionForm.class.php b/lib/form/doctrine/AdDescriptionForm.class.php index 4db1436..612913c 100644 --- a/lib/form/doctrine/AdDescriptionForm.class.php +++ b/lib/form/doctrine/AdDescriptionForm.class.php @@ -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 {