summaryrefslogtreecommitdiff
path: root/upload.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-08 08:25:14 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-08 08:25:14 +0000
commitf5e30c102c870779049504b6c9ec34961a3f5dc2 (patch)
tree967e4668344a002a6fd87267298033df1b105ca5 /upload.php
parent977ebdedc98d9d30b4271c86340443224b8ef622 (diff)
downloadfisheye-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.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/upload.php b/upload.php
index a525bb6..0ca12e1 100644
--- a/upload.php
+++ b/upload.php
@@ -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' );
?>