Revize 1687
Přidáno uživatelem Ondřej Fibich před asi 12 roky(ů)
freenetis/branches/testing/application/helpers/callback.php | ||
---|---|---|
|
||
if ($message->type == Message_Model::CONTACT_INFORMATION ||
|
||
$message->type == Message_Model::CANCEL_MESSAGE ||
|
||
$message->type == Message_Model::UNKNOWN_DEVICE_MESSAGE ||
|
||
$message->type == Message_Model::RECEIVED_PAYMENT_NOTICE_MESSAGE)
|
||
$message->type == Message_Model::UNKNOWN_DEVICE_MESSAGE)
|
||
{
|
||
echo ' ';
|
||
}
|
||
... | ... | |
|
||
if ($message->type == Message_Model::CONTACT_INFORMATION ||
|
||
$message->type == Message_Model::CANCEL_MESSAGE ||
|
||
$message->type == Message_Model::UNKNOWN_DEVICE_MESSAGE ||
|
||
$message->type == Message_Model::RECEIVED_PAYMENT_NOTICE_MESSAGE)
|
||
$message->type == Message_Model::UNKNOWN_DEVICE_MESSAGE)
|
||
{
|
||
echo ' ';
|
||
}
|
Také k dispozici: Unified diff
Opravy:
- #314: oprava chybneho merge z 1.1