diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-18 14:29:34 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-18 14:29:34 +0000 |
| commit | 7aa94d0c8960cbb574eab5baaac7ae6151231c02 (patch) | |
| tree | 64bf4c89bf8892e7f29c08a83eb95fc3ce49716b /view.php | |
| parent | 0fb17dcdc573dc5187a8f2b3191ab29424c9986e (diff) | |
| download | pigeonholes-7aa94d0c8960cbb574eab5baaac7ae6151231c02.tar.gz pigeonholes-7aa94d0c8960cbb574eab5baaac7ae6151231c02.tar.bz2 pigeonholes-7aa94d0c8960cbb574eab5baaac7ae6151231c02.zip | |
remove custom positioning code
Diffstat (limited to 'view.php')
| -rw-r--r-- | view.php | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/view.php,v 1.4 2006/01/18 11:14:51 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/view.php,v 1.5 2006/01/18 14:29:34 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: view.php,v 1.4 2006/01/18 11:14:51 squareing Exp $ + * $Id: view.php,v 1.5 2006/01/18 14:29:34 squareing Exp $ * @package pigeonholes * @subpackage functions */ @@ -36,10 +36,6 @@ if( !empty( $_REQUEST['action'] ) ) { $feedback['error'] = tra( 'The item could not be removed' ); } } - - if( $_REQUEST['action'] == 'move' ) { - $gPigeonholes->moveMember( $_REQUEST['parent_id'], $_REQUEST['member_id'], $_REQUEST['orientation'] ); - } } // confirm that structure is valid |
