Changeset 5099

Show
Ignore:
Timestamp:
10/04/07 17:04:47 (6 years ago)
Author:
p_lindheimer
Message:

Merged revisions 5097 via svnmerge from
http://svn.freepbx.org/modules/branches/2.4

........

r5097 | p_lindheimer | 2007-10-04 13:43:28 -0700 (Thu, 04 Oct 2007) | 1 line


#2414 fix unmatched ) syntax error

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3

    • Property svnmerge-integrated changed from /modules/branches/2.2:1-3588,3615-3635,3637-3638,3640,3674,3680,3686,3692,3702,3706,3710,3716,3758,3760,3762-3765,3767-3785,3787-3789,3801,3810,3828,3831,3839,3860,3866,3875,3877,3887,3899,3911,3913,3943,3982-3983,3990,3998,4007,4022-4023,4089,4092,4098,4265,4285 /modules/branches/2.4:1-5079,5090,5093 to /modules/branches/2.2:1-3588,3615-3635,3637-3638,3640,3674,3680,3686,3692,3702,3706,3710,3716,3758,3760,3762-3765,3767-3785,3787-3789,3801,3810,3828,3831,3839,3860,3866,3875,3877,3887,3899,3911,3913,3943,3982-3983,3990,3998,4007,4022-4023,4089,4092,4098,4265,4285 /modules/branches/2.4:1-5079,5090,5093,5097
  • modules/branches/2.3/daynight/functions.inc.php

    r4767 r5099  
    158158 
    159159    $c='s'; 
    160     $ext->add($id, $c, '', new ext_setvar('DAYNIGHTMODE', '${DB(DAYNIGHT/C${INDEX}}'));  
     160    $ext->add($id, $c, '', new ext_setvar('DAYNIGHTMODE', '${DB(DAYNIGHT/C${INDEX})}'));   
    161161    $ext->add($id, $c, '', new ext_gotoif('$["${DAYNIGHTMODE}" = "NIGHT"]', 'day', 'night')); 
    162162 
  • modules/branches/2.3/daynight/module.xml

    r4808 r5099  
    22  <rawname>daynight</rawname> 
    33  <name>Day Night Mode</name> 
    4   <version>1.0.2.2</version> 
     4  <version>1.0.2.3</version> 
    55  <type>setup</type> 
    66  <category>Inbound Call Control</category> 
     
    1010  </description> 
    1111  <changelog> 
     12    *1.0.2.3* #2414 fix unmatched ) syntax error 
    1213    *1.0.2.2* bump for rc1 
    1314    *1.0.2.1* added xml attribute needsenginedb, fixed some undefined vars