Changeset 12025
- Timestamp:
- 04/20/11 11:26:38 (1 year ago)
- Files:
-
- contributed_modules/modules/cidpopup/functions.inc.php (modified) (1 diff)
- contributed_modules/modules/cidpopup/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/cidpopup/functions.inc.php
r7232 r12025 39 39 // 40 40 $context = 'ext-group'; 41 $priority = 'skip ov';41 $priority = 'skipvmblk'; 42 42 $groups = cidpopup_list('ringgroups'); 43 43 foreach ($groups as $group) { contributed_modules/modules/cidpopup/module.xml
r7498 r12025 2 2 <rawname>cidpopup</rawname> 3 3 <name>Post Answer CID PopUp</name> 4 <version>2. 5.0.2</version>4 <version>2.9</version> 5 5 <type>tool</type> 6 6 <category>Third Party Addon</category> 7 7 <changelog> 8 *2.9* splice in at the next priority, so that the code is AFTER skipov, not before it 8 9 *2.5.0.2* fixed bug not deleting entries when ringgoup deleted, resulting in reload failures 9 10 *2.5.0.1* adding GUI functionality
