Changeset 437 for trunk/index.php
- Timestamp:
- Oct 13, 2012, 1:02:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r430 r437 195 195 if($_GET['Action'] == 'UserRegisterConfirm') 196 196 { 197 $Output .= $this->SystemMessage('Potvrzení registrace', $this->System->Modules['User']->RegisterConfirm($_GET['User'], $_GET['H'])); 197 $Output .= $this->SystemMessage('Potvrzení registrace', 198 $this->System->Modules['User']->RegisterConfirm($_GET['User'], $_GET['H'])); 198 199 } else 199 200 if($_GET['Action'] == 'PasswordRecovery')
Note:
See TracChangeset
for help on using the changeset viewer.