Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1398

Přidáno uživatelem David Raška před více než 12 roky(ů)

Opravy:
- #103: Pro zpravu typu 7 se nyni zobrazi NPM - Nepovolene pripojne misto

Zobrazit rozdíly:

freenetis/branches/testing/application/i18n/cs_CZ/texts.php
'type of report' => 'Typ výkazu',
'type of traffic' => 'Typ provozu',
'types count' => 'Počet typů',
'ucp' => 'NPM',
'unconfirmed works' => 'Nepotvrzené práce',
'unidentified transfers' => 'Neidentifikované platby',
'unknown error' => 'Neznámá chyba',
freenetis/branches/testing/application/models/member.php
LEFT JOIN
(
SELECT DISTINCT
IF(ms.type = 4, ? ,IF(ms.type = 5, ?, IF(ms.type = 6, ?, ?))) AS redirect_type,
IF(ms.type = 4, ?,IF(ms.type = 5, ?, IF(ms.type = 6, ?, ?))) AS redirect_type_text,
IF(ms.type = 4, ? ,IF(ms.type = 5, ?, IF(ms.type = 6, ?, IF(ms.type = 7, ?, ?)))) AS redirect_type,
IF(ms.type = 4, ?,IF(ms.type = 5, ?, IF(ms.type = 6, ?, IF(ms.type = 7, ?, ?)))) AS redirect_type_text,
IFNULL(u.member_id,ms.member_id) AS member_id
FROM
(
......
__('IM'),
__('DB'),
__('PN'),
__('UCP'),
__('UM'),
__('Membership interrupt'),
__('Debtor'),
__('Payment notice'),
__('Unallowed connecting place'),
__('User message')
));
}

Také k dispozici: Unified diff