Changeset 203 for trunk/index.php
- Timestamp:
- Apr 30, 2009, 11:53:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r202 r203 282 282 if($_GET['Action'] == 'UserRegisterConfirm') 283 283 { 284 $Output .= $this->SystemMessage(' Registrace nového účtu', $this->System->Modules['User']->RegisterConfirm($_GET['User'], $_GET['H']));284 $Output .= $this->SystemMessage('Potvrzení registrace', $this->System->Modules['User']->RegisterConfirm($_GET['User'], $_GET['H'])); 285 285 } else 286 286 if($_GET['Action'] == 'PasswordRecovery') … … 310 310 $Form->LoadValuesFromForm(); 311 311 $Result = $this->System->Modules['User']->Register($Form->Values['Login'], $Form->Values['Password'], $Form->Values['Password2'], $Form->Values['Email'], $Form->Values['Name'], $Form->Values['PhoneNumber'], $Form->Values['ICQ']); 312 $Output .= $this->SystemMessage(' Nastavení', $Result);312 $Output .= $this->SystemMessage('Registrace nového účtu', $Result); 313 313 if($Result <> USER_REGISTRATED) 314 314 {
Note:
See TracChangeset
for help on using the changeset viewer.