diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-03-09 03:57:16 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-03-09 03:57:16 +0000 |
| commit | ab2c3d6954fc4ae70e3f9902e39a2e86c2437530 (patch) | |
| tree | 74e8ceec447bd9cbdab9c1e09c89d8bb9b593ded /assign_content.php | |
| parent | 7f7d658ddf04bad83f17867d1e4d952e9446a1f3 (diff) | |
| download | pigeonholes-ab2c3d6954fc4ae70e3f9902e39a2e86c2437530.tar.gz pigeonholes-ab2c3d6954fc4ae70e3f9902e39a2e86c2437530.tar.bz2 pigeonholes-ab2c3d6954fc4ae70e3f9902e39a2e86c2437530.zip | |
Remove limit on categories in on page assignment.
Fix ordering on assign page.
Diffstat (limited to 'assign_content.php')
| -rw-r--r-- | assign_content.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assign_content.php b/assign_content.php index 19c58f9..7450ae5 100644 --- a/assign_content.php +++ b/assign_content.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/assign_content.php,v 1.9 2007/03/05 02:19:54 nickpalmer Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/assign_content.php,v 1.10 2007/03/09 03:57:16 nickpalmer 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: assign_content.php,v 1.9 2007/03/05 02:19:54 nickpalmer Exp $ + * $Id: assign_content.php,v 1.10 2007/03/09 03:57:16 nickpalmer Exp $ * @package pigeonholes * @subpackage functions */ @@ -119,7 +119,7 @@ $listHash = array( 'root_structure_id' => ( !empty( $_REQUEST['root_structure_id'] ) ? $_REQUEST['root_structure_id'] : NULL ), 'force_extras' => TRUE, 'max_records' => -1, - 'sort_mode' => 'ls.structure_id_asc', + 'sort_mode' => 'ls.`parent_id_asc`', ); if ($gBitSystem->isFeatureActive('pigeonholes_allow_forbid_insertion')) { |
