Changeset 3175
- Timestamp:
- 11/23/06 16:40:14 (7 years ago)
- Files:
-
- modules/branches/2.2/gabcast/module.xml (modified) (2 diffs)
- modules/branches/2.2/gabcast/page.gabcast.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/gabcast/module.xml
r2776 r3175 2 2 <rawname>gabcast</rawname> 3 3 <name>Gabcast</name> 4 <version>1.2. 1</version>4 <version>1.2.2</version> 5 5 <type>tool</type> 6 6 <category>Third Party Addon</category> … … 8 8 <gabcast>Gabcast</gabcast> 9 9 </menuitems> 10 <changelog> 11 *1.2.2* Fix issue where you were unable to add a channel 12 </changelog> 10 13 <location>release/2.2/gabcast-1.2.1.tgz</location> 11 14 <info>http://aussievoip.com.au/wiki/freePBX-gabcast</info> modules/branches/2.2/gabcast/page.gabcast.php
r2406 r3175 12 12 13 13 $iam = 'gabcast'; //used for switch on config.php 14 $type = ' setup';14 $type = 'tool'; 15 15 16 16 // look for form post
