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
 * MovieI18n form.
5
 *
6
 * @package    form
7
 * @subpackage movie_i18n
8
 * @version    SVN: $Id: MovieI18nForm.class.php 8424 2008-04-11 18:23:01Z dwhittle $
9
 */
10
class MovieI18nForm extends BaseMovieI18nForm
11
{
12
  public function configure()
13
  {
14
  }
15
}