diff options
| author | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:13 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:13 +0000 |
| commit | 16c2fd331a5754c77646fe0b9c3073432df85cd6 (patch) | |
| tree | 140bb3f28a4b01ff0890be767cb05f30956942c3 /ajax_edit_storage.php | |
| parent | 7518f6007f2b44d9f561c0dec41222678ab203c4 (diff) | |
| download | liberty-16c2fd331a5754c77646fe0b9c3073432df85cd6.tar.gz liberty-16c2fd331a5754c77646fe0b9c3073432df85cd6.tar.bz2 liberty-16c2fd331a5754c77646fe0b9c3073432df85cd6.zip | |
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'ajax_edit_storage.php')
| -rw-r--r-- | ajax_edit_storage.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ajax_edit_storage.php b/ajax_edit_storage.php index 54ced7b..00bf71c 100644 --- a/ajax_edit_storage.php +++ b/ajax_edit_storage.php @@ -1,7 +1,7 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_liberty/ajax_edit_storage.php,v 1.4 2007/11/18 12:00:30 lsces Exp $ - * @version $Revision: 1.4 $ + * $Header: /cvsroot/bitweaver/_bit_liberty/ajax_edit_storage.php,v 1.5 2008/06/25 22:21:12 spiderr Exp $ + * @version $Revision: 1.5 $ * @package liberty * @subpackage functions */ @@ -20,5 +20,5 @@ include_once( LIBERTY_PKG_PATH.'edit_storage_inc.php' ); // fetch the content of the page to display $gBitSystem->setFormatHeader( 'center_only' ); -$gBitSystem->display( 'bitpackage:liberty/edit_storage_list.tpl' ); +$gBitSystem->display( 'bitpackage:liberty/edit_storage_list.tpl' , NULL, array( 'display_mode' => 'edit' )); ?> |
