projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eceeab
)
Shout: Inverted logic on caller ID field
author
Ben Klang
<ben@alkaloid.net>
Wed, 27 Jan 2010 04:19:03 +0000
(23:19 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Wed, 27 Jan 2010 04:19:40 +0000
(23:19 -0500)
shout/lib/Forms/DeviceForm.php
patch
|
blob
|
history
diff --git
a/shout/lib/Forms/DeviceForm.php
b/shout/lib/Forms/DeviceForm.php
index
c8d4a04
..
9b79c55
100644
(file)
--- a/
shout/lib/Forms/DeviceForm.php
+++ b/
shout/lib/Forms/DeviceForm.php
@@
-74,7
+74,7
@@
class DeviceDetailsForm extends Horde_Form {
$mailbox = $this->_vars->get('mailbox');
// Default the caller id to something sane.
- if (
$callerid
) {
+ if (
empty($callerid)
) {
$callerid = sprintf('"%s" <%s>', $name, $mailbox);
}