Show
Ignore:
Timestamp:
10/07/07 22:20:11 (6 years ago)
Author:
p_lindheimer
Message:

#2414 fix other unmatched ) syntax error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.4/daynight/functions.inc.php

    r5097 r5103  
    122122      foreach ($list as $item) { 
    123123        $dests = daynight_get_obj($item['ext']); 
    124         $ext->add($id, $item['ext'], '', new ext_gotoif('$["${DB(DAYNIGHT/C${EXTEN}}" = "NIGHT"]',$dests['night'],$dests['day'])); 
     124        $ext->add($id, $item['ext'], '', new ext_gotoif('$["${DB(DAYNIGHT/C${EXTEN})}" = "NIGHT"]',$dests['night'],$dests['day'])); 
    125125      } 
    126126 
  • modules/branches/2.4/daynight/module.xml

    r5098 r5103  
    22  <rawname>daynight</rawname> 
    33  <name>Day Night Mode</name> 
    4   <version>1.0.2.3</version> 
     4  <version>1.0.2.4</version> 
    55  <type>setup</type> 
    66  <category>Inbound Call Control</category> 
     
    1010  </description> 
    1111  <changelog> 
     12    *1.0.2.4* #2414 fix other unmatched ) syntax error 
    1213    *1.0.2.3* #2414 fix unmatched ) syntax error 
    1314    *1.0.2.2* bump for rc1