Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
 
3
/**
4
 * Profile form.
5
 *
6
 * @package    form
7
 * @subpackage Profile
8
 * @version    SVN: $Id: ProfileForm.class.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $
9
 */
10
class ProfileForm extends BaseProfileForm
11
{
12
  public function configure()
13
  {
14
  }
15
}