Changeset 10816
- Timestamp:
- 01/07/11 16:59:43 (2 years ago)
- Files:
-
- modules/branches/2.7/blacklist/functions.inc.php (modified) (1 diff)
- modules/branches/2.7/blacklist/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/blacklist/functions.inc.php
r9611 r10816 18 18 // 19 19 20 if( !class_exists('extension') ) {21 require('extensions.class.php');22 }23 20 function blacklist_get_config($engine) { 24 21 global $ext; modules/branches/2.7/blacklist/module.xml
r9683 r10816 2 2 <rawname>blacklist</rawname> 3 3 <name>Blacklist</name> 4 <version>2.7.0. 1</version>4 <version>2.7.0.2</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> … … 11 11 </menuitems> 12 12 <changelog> 13 *2.7.0.2* #4726 13 14 *2.7.0.1* #4266, #4186 14 15 *2.7.0.0* localizations
