Changeset 1777

Show
Ignore:
Timestamp:
04/30/06 21:27:38 (7 years ago)
Author:
qldrob
Message:

I _think_ this is what you meant to do, Ryan. You may wish to double check.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.1/pinsets/functions.inc.php

    r1760 r1777  
    219219   
    220220  // if routing was using post for the form (incl delete), i wouldn't need all these conditions 
    221   if(isset($request['Submit']) || isset($request['Submit']) || $request['action'] == "delroute") { 
     221  if(isset($request['Submit']) || (isset($request['action']) && $request['action'] == "delroute")) { 
    222222    // get all pinsets defined 
    223223    $pinsets = pinsets_list();