Changeset 13189
- Timestamp:
- 01/12/12 07:37:56 (1 year ago)
- Files:
-
- modules/branches/2.10/paging/functions.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/paging/functions.inc.php
r13160 r13189 417 417 418 418 //if page group it in use, goto to busy 419 $ext->add($apppagegroups, $grp, ' ', new ext_gotoif('$[${TRYLOCK(apppagegroups'. $grp .')}]', '', 'busy'));419 $ext->add($apppagegroups, $grp, 'busy-check', new ext_gotoif('$[${TRYLOCK(apppagegroups'. $grp .')}]', '', 'busy')); 420 420 421 421 //set blf to in use … … 439 439 $ext->add($apppagegroups, $grp, 'busy', new ext_set('PAGE${PAGEGROUP}BUSY', 'TRUE')); 440 440 $ext->add($apppagegroups, $grp, 'play-busy', new ext_busy(3)); 441 $ext->add($apppagegroups, $grp, 'busy-hang', new ext_goto(' ext-paging,h,1'));441 $ext->add($apppagegroups, $grp, 'busy-hang', new ext_goto('app-pagegroups,h,1')); 442 442 } 443 443 //h
