diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-19 20:39:16 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-19 20:39:16 +0000 |
| commit | 92f1e71594e3c75e2039fc6f6f6d7930f313d2e9 (patch) | |
| tree | 666250e0f25c1395f447eabdf15a82e8aceaf6a9 /edit_pigeonholes.php | |
| parent | 7aa94d0c8960cbb574eab5baaac7ae6151231c02 (diff) | |
| download | pigeonholes-92f1e71594e3c75e2039fc6f6f6d7930f313d2e9.tar.gz pigeonholes-92f1e71594e3c75e2039fc6f6f6d7930f313d2e9.tar.bz2 pigeonholes-92f1e71594e3c75e2039fc6f6f6d7930f313d2e9.zip | |
completely pull positioning stuff and try and make listing better - table based layout rocks now
Diffstat (limited to 'edit_pigeonholes.php')
| -rw-r--r-- | edit_pigeonholes.php | 8 |
1 files changed, 2 insertions, 6 deletions
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 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.7 2006/01/18 11:14:51 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.8 2006/01/19 20:39:16 squareing Exp $ * * Copyright ( c ) 2004 bitweaver.org * Copyright ( c ) 2003 tikwiki.org @@ -8,7 +8,7 @@ * All Rights Reserved. See copyright.txt for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details * - * $Id: edit_pigeonholes.php,v 1.7 2006/01/18 11:14:51 squareing Exp $ + * $Id: edit_pigeonholes.php,v 1.8 2006/01/19 20:39:16 squareing Exp $ * @package pigeonholes * @subpackage functions */ @@ -89,10 +89,6 @@ if( !empty( $_REQUEST['search_objects'] ) ) { $gBitSmarty->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"] ) ) { |
