Changeset 5103 for modules/branches/2.4
- Timestamp:
- 10/07/07 22:20:11 (6 years ago)
- Files:
-
- modules/branches/2.4/daynight/functions.inc.php (modified) (1 diff)
- modules/branches/2.4/daynight/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/daynight/functions.inc.php
r5097 r5103 122 122 foreach ($list as $item) { 123 123 $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'])); 125 125 } 126 126 modules/branches/2.4/daynight/module.xml
r5098 r5103 2 2 <rawname>daynight</rawname> 3 3 <name>Day Night Mode</name> 4 <version>1.0.2. 3</version>4 <version>1.0.2.4</version> 5 5 <type>setup</type> 6 6 <category>Inbound Call Control</category> … … 10 10 </description> 11 11 <changelog> 12 *1.0.2.4* #2414 fix other unmatched ) syntax error 12 13 *1.0.2.3* #2414 fix unmatched ) syntax error 13 14 *1.0.2.2* bump for rc1
