- Timestamp:
- 02/19/12 12:18:47 (1 year ago)
- Files:
-
- modules/branches/2.9 (modified) (2 props)
- modules/branches/2.9/pinsets/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9
- Property svn:mergeinfo changed from /modules/branches/2.10:12193,13090,13103-13104,13106,13450,13472-13473 to /modules/branches/2.10:12193,13090,13103-13104,13106,13450,13472-13473,13478
- Property svnmerge-integrated changed from /modules/branches/2.10:1-12085,12193,13055,13061,13067,13069,13090,13097-13100,13103-13104,13106,13450,13472-13473 /modules/branches/2.8:1-12454 /modules/branches/bootstrap-2.9:1-10853 to /modules/branches/2.10:1-12085,12193,13055,13061,13067,13069,13090,13097-13100,13103-13104,13106,13450,13472-13473,13478 /modules/branches/2.8:1-12454 /modules/branches/bootstrap-2.9:1-10853
modules/branches/2.9/pinsets/functions.inc.php
r9477 r13479 275 275 // 276 276 if (!$action && isset($_SESSION['pinsetsAddRoute']) && $_SESSION['pinsetsAddRoute'] != '') { 277 pinsets_adjustroute($route_id,'delayed_insert_route',$_SESSION['pinsetsAddRoute']); 277 278 unset($_SESSION['pinsetsAddRoute']); 278 pinsets_adjustroute($route_id,'delayed_insert_route',$_SESSION['pinsetsAddRoute']);279 279 } elseif ($action){ 280 280 pinsets_adjustroute($route_id,$action,$request['pinsets']);
