diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-08 08:25:14 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-08 08:25:14 +0000 |
| commit | f5e30c102c870779049504b6c9ec34961a3f5dc2 (patch) | |
| tree | 967e4668344a002a6fd87267298033df1b105ca5 /upload.php | |
| parent | 977ebdedc98d9d30b4271c86340443224b8ef622 (diff) | |
| download | fisheye-f5e30c102c870779049504b6c9ec34961a3f5dc2.tar.gz fisheye-f5e30c102c870779049504b6c9ec34961a3f5dc2.tar.bz2 fisheye-f5e30c102c870779049504b6c9ec34961a3f5dc2.zip | |
multifile js is now called manually
Diffstat (limited to 'upload.php')
| -rw-r--r-- | upload.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_fisheye/upload.php,v 1.9 2006/03/25 14:44:22 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_fisheye/upload.php,v 1.10 2006/04/08 08:25:10 squareing Exp $ * @package fisheye * @subpackage functions */ @@ -102,6 +102,7 @@ $galleryList = $gFisheyeGallery->getList( $listHash ); $gBitSmarty->assign_by_ref( 'galleryList', $galleryList['data'] ); $gBitSmarty->assign( 'uploadMax', $uploadMax ); +$gBitSmarty->assign( 'loadMultiFile', TRUE ); $gBitSystem->display( 'bitpackage:fisheye/upload_fisheye.tpl', 'Upload Images' ); ?> |
