diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-09-11 19:05:25 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-09-11 19:05:25 +0000 |
| commit | 279e25a693f3bc92652da91821dfc1339c535937 (patch) | |
| tree | a65b299623ad479487de26b12b70a23c60771b78 /edit_pigeonholes.php | |
| parent | bda5e43edf6556ba6811a8768098cc023457b44c (diff) | |
| download | pigeonholes-279e25a693f3bc92652da91821dfc1339c535937.tar.gz pigeonholes-279e25a693f3bc92652da91821dfc1339c535937.tar.bz2 pigeonholes-279e25a693f3bc92652da91821dfc1339c535937.zip | |
reduce query count by 50% for getList()
Diffstat (limited to 'edit_pigeonholes.php')
| -rw-r--r-- | edit_pigeonholes.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/edit_pigeonholes.php b/edit_pigeonholes.php index 30fe015..c090eb7 100644 --- a/edit_pigeonholes.php +++ b/edit_pigeonholes.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.1 2005/08/21 16:22:41 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.2 2005/09/11 19:05:25 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.1 2005/08/21 16:22:41 squareing Exp $ + * $Id: edit_pigeonholes.php,v 1.2 2005/09/11 19:05:25 squareing Exp $ * @package pigeonholes * @subpackage functions */ @@ -38,8 +38,6 @@ if( !empty( $_REQUEST["structure_id"] ) && ( empty( $_REQUEST['action'] ) || $_R global $gStructure; -//vd($_REQUEST); - // store the form if we need to if( !empty( $_REQUEST['pigeonhole_store'] ) ) { if( ( empty( $_REQUEST['pigeonhole']['title'] ) ) ) { |
