Ignore:
Timestamp:
Jan 19, 2012, 9:43:36 PM (13 years ago)
Author:
chronos
Message:
  • Přidáno: Různé knihovny pro zpracování HTML kódu, tabulek, stránkování, zasílání emailů, aj.
  • Přidáno: Kód zpracování fronty emailů přesunut z Global do modulu EmailQueue.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/User/User.php

    r372 r373  
    321321}
    322322
    323 class UserOptionsView extends View
     323class UserOptionsView extends ViewForm
    324324{
    325325  function __construct($Database)
     
    338338}
    339339
    340 class UserRegisterView extends View
     340class UserRegisterView extends ViewForm
    341341{
    342342  function __construct($Database)
     
    357357}
    358358
    359 class PasswordRecoveryView extends View
     359class PasswordRecoveryView extends ViewForm
    360360{
    361361  function __construct($Database)
     
    370370}
    371371
    372 class UserLoginView extends View
     372class UserLoginView extends ViewForm
    373373{
    374374  function __construct($Database)
Note: See TracChangeset for help on using the changeset viewer.