Changeset 1777
- Timestamp:
- 04/30/06 21:27:38 (7 years ago)
- Files:
-
- modules/branches/2.1/pinsets/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.1/pinsets/functions.inc.php
r1760 r1777 219 219 220 220 // 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")) { 222 222 // get all pinsets defined 223 223 $pinsets = pinsets_list();
