Revize 1648
Přidáno uživatelem David Raška před asi 12 roky(ů)
freenetis/branches/testing/application/helpers/module_state.php | ||
---|---|---|
'style' => 'margin-right: 0.5em',
|
||
'title' => __('active')
|
||
));
|
||
$text = ' '.__('last actualization at');
|
||
$text = ' - '.__('last actualization at');
|
||
}
|
||
else
|
||
{
|
||
... | ... | |
'style' => 'margin-right: 0.5em',
|
||
'title' => __('inactive').$since
|
||
));
|
||
$text = __('last active at');
|
||
$text = ' - '.__('last active at');
|
||
}
|
||
|
||
if ($add_text)
|
freenetis/branches/testing/application/models/message.php | ||
---|---|---|
!Settings::get('sms_sender_number') ||
|
||
!Settings::get('sms_driver'))
|
||
{
|
||
throw new Exception('SMS not active');
|
||
return 0;
|
||
}
|
||
|
||
// continue
|
Také k dispozici: Unified diff
Opravy:
- #278: Oprava chyby pri posilani sms a neaktivnim driveru