diff options
| author | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:09 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:09 +0000 |
| commit | a89e38ec709485f5d16c97983b78c2af616ad843 (patch) | |
| tree | 04dc6954749a023c5be4ce1637167ac1471408c5 /upload.php | |
| parent | bf1754e973fa6222327284fd4d519c80a1844d1c (diff) | |
| download | fisheye-a89e38ec709485f5d16c97983b78c2af616ad843.tar.gz fisheye-a89e38ec709485f5d16c97983b78c2af616ad843.tar.bz2 fisheye-a89e38ec709485f5d16c97983b78c2af616ad843.zip | |
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'upload.php')
| -rw-r--r-- | upload.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_fisheye/upload.php,v 1.35 2007/11/08 21:59:34 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_fisheye/upload.php,v 1.36 2008/06/25 22:21:09 spiderr Exp $ * @package fisheye * @subpackage functions */ @@ -121,5 +121,5 @@ if( $gBitSystem->isPackageActive( 'gigaupload' ) ) { $gBitThemes->loadJavascript( UTIL_PKG_PATH.'javascript/libs/multifile.js', TRUE ); } -$gBitSystem->display( 'bitpackage:fisheye/upload_fisheye.tpl', 'Upload Images' ); +$gBitSystem->display( 'bitpackage:fisheye/upload_fisheye.tpl', 'Upload Images' , array( 'display_mode' => 'display' )); ?> |
