From 92f1e71594e3c75e2039fc6f6f6d7930f313d2e9 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Thu, 19 Jan 2006 20:39:16 +0000 Subject: completely pull positioning stuff and try and make listing better - table based layout rocks now --- edit_pigeonholes.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'edit_pigeonholes.php') diff --git a/edit_pigeonholes.php b/edit_pigeonholes.php index a4e70fb..8d4a146 100644 --- a/edit_pigeonholes.php +++ b/edit_pigeonholes.php @@ -1,6 +1,6 @@ assign( 'pigeonInfo', !empty( $pigeonInfo ) ? $pigeonInfo : NULL ); } - if( $_REQUEST['action'] == 'move' ) { - $gPigeonholes->moveMember( $_REQUEST['parent_id'], $_REQUEST['member_id'], $_REQUEST['orientation'] ); - } - if( $_REQUEST["action"] == 'remove' || isset( $_REQUEST["confirm"] ) ) { if( isset( $_REQUEST["confirm"] ) ) { if( $gPigeonholes->expunge( $_REQUEST["structure_id"] ) ) { -- cgit v1.3