Changeset 7858
- Timestamp:
- 06/23/09 12:15:37 (3 years ago)
- Files:
-
- modules/branches/2.5/paging/functions.inc.php (modified) (1 diff)
- modules/branches/2.5/paging/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/paging/functions.inc.php
r7342 r7858 323 323 // make AMPUSER inherited here, so we can skip the proper 'self' if using cidnum masquerading 324 324 $ext->add($extpaging, $grp, '', new ext_setvar('_AMPUSER', '${AMPUSER}')); 325 $ext->add($extpaging, $grp, '', new ext_setvar('_FORWARD_CONTEXT', 'block-cf')); 325 326 $ext->add($extpaging, $grp, '', new ext_page($dialstr)); 326 327 } modules/branches/2.5/paging/module.xml
r7388 r7858 2 2 <rawname>paging</rawname> 3 3 <name>Paging and Intercom</name> 4 <version>2.5.0. 7</version>4 <version>2.5.0.8</version> 5 5 <type>setup</type> 6 6 <category>Internal Options & Configuration</category> 7 7 <changelog> 8 *2.5.0.8* #3734 8 9 *2.5.0.7* #3448, localization updates 9 10 *2.5.0.6* localization fixes
