Changeset 11381
- Timestamp:
- 02/14/11 14:36:36 (2 years ago)
- Files:
-
- modules/branches/2.9/ringgroups/install.php (modified) (3 diffs)
- modules/branches/2.9/ringgroups/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/ringgroups/install.php
r11380 r11381 138 138 $result = $db->query($sql); 139 139 if(DB::IsError($result)) { die_freepbx($result->getDebugInfo()); } 140 out(_("added field cwignore to ringgroups table")); 140 141 } 141 142 … … 147 148 $result = $db->query($sql); 148 149 if(DB::IsError($result)) { die_freepbx($result->getDebugInfo()); } 150 out(_("added field cfignore to ringgroups table")); 149 151 } 150 152 … … 156 158 $result = $db->query($sql); 157 159 if(DB::IsError($result)) { die_freepbx($result->getDebugInfo()); } 160 out(_("added field cpickup to ringgroups table")); 158 161 } 159 162 modules/branches/2.9/ringgroups/module.xml
r11312 r11381 3 3 <repo>standard</repo> 4 4 <name>Ring Groups</name> 5 <version>2.9.0. 2</version>5 <version>2.9.0.3</version> 6 6 <publisher>FreePBX</publisher> 7 7 <license>GPLv2+</license> … … 12 12 </description> 13 13 <changelog> 14 *2.9.0.3* #4334 14 15 *2.9.0.2* #4799 15 16 *2.9.0.1* removed duplicate functions
