[Tickets #13890] Vaction Number of day should be set to an int value, but it is not set.

noreply at bugs.horde.org noreply at bugs.horde.org
Mon Mar 2 10:56:40 UTC 2015


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: https://bugs.horde.org/ticket/13890
------------------------------------------------------------------------------
  Ticket             | 13890
  Created By         | pouyan.azari at uni-wuerzburg.de
  Summary            | Vaction Number of day should be set to an int value,
                     | but it is not set.
  Queue              | Ingo
  Version            | 3.2.4
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


pouyan.azari at uni-wuerzburg.de (2015-03-02 10:56) wrote:

in /ingo/lib/Form/Vacation.php :

$v = $this->addVariable(_("Number of days between vacation replies:"),  
'days', 'int', false);
must be set to:

$v = $this->addVariable(_("Number of days between vacation replies:"),  
'days', 'int', true);

without this the Sieve Server reports error:

script errors: line 6: syntax error, unexpected ADDRESSES, expecting NUMBER
Number of days: EMPTY






More information about the bugs mailing list