- Timestamp:
- 05/25/10 19:41:53 (3 years ago)
- Files:
-
- modules/branches/2.8/ivr/install.php (modified) (1 diff)
- modules/branches/2.8/ivr/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8/ivr/install.php
r9658 r9760 292 292 293 293 $count = sql('SELECT COUNT(*) FROM `ivr` WHERE `enable_directory` = "CHECKED"','getOne'); 294 if ($ result) {294 if ($count) { 295 295 global $db; 296 296 $notifications =& notifications::create($db); modules/branches/2.8/ivr/module.xml
r9706 r9760 2 2 <rawname>ivr</rawname> 3 3 <name>IVR</name> 4 <version>2.8.0. 2</version>4 <version>2.8.0.3</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> … … 11 11 </description> 12 12 <changelog> 13 *2.8.0.3* #4296 13 14 *2.8.0.2* #4275, #4286 14 15 *2.8.0.1* #4257 allow direct extension dialing to Directory "contexts"
