~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to lib/form/doctrine/agWebservicesPackage/sfGuardUserProfileForm.class.php

  • Committer: Fabio Albuquerque
  • Date: 2011-08-18 21:42:28 UTC
  • Revision ID: fabiocbalbuquerque@gmail.com-20110818214228-hwcl43c5e7bgxvwo
Corrections suggested by Chad

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
{
13
13
  public function configure()
14
14
  {
 
15
      unset($this['created_at'], $this['updated_at']);
15
16
  }
16
17
}