summaryrefslogtreecommitdiff
path: root/edit_pigeonholes.php
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-06-10 16:43:17 +0000
committerNick Palmer <nick@sluggardy.net>2007-06-10 16:43:17 +0000
commit926c131dfb87d56cd7b4c9f8115f600d3bbe8dc5 (patch)
treed8183de1b79a73ab090d59e8fba1f8ff2af7bc09 /edit_pigeonholes.php
parentc77bdcd8f8f75a85928beb8fea1368acbe73449e (diff)
downloadpigeonholes-926c131dfb87d56cd7b4c9f8115f600d3bbe8dc5.tar.gz
pigeonholes-926c131dfb87d56cd7b4c9f8115f600d3bbe8dc5.tar.bz2
pigeonholes-926c131dfb87d56cd7b4c9f8115f600d3bbe8dc5.zip
Add attachment browser.
Diffstat (limited to 'edit_pigeonholes.php')
-rw-r--r--edit_pigeonholes.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/edit_pigeonholes.php b/edit_pigeonholes.php
index 6e253ae..52d29f1 100644
--- a/edit_pigeonholes.php
+++ b/edit_pigeonholes.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.23 2006/09/03 13:27:44 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.24 2007/06/10 16:43:17 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: edit_pigeonholes.php,v 1.23 2006/09/03 13:27:44 squareing Exp $
+ * $Id: edit_pigeonholes.php,v 1.24 2007/06/10 16:43:17 nickpalmer Exp $
* @package pigeonholes
* @subpackage functions
*/
@@ -173,6 +173,8 @@ if ( $gBitSystem->isFeatureActive( 'pigeonholes_themes' ) ) {
$gBitSmarty->assign( 'styles', $styles );
}
+$gBitSmarty->assign('loadAjax', TRUE);
+
// Display the template
if ( !empty( $gStructure ) ) {
$gBitSystem->display( 'bitpackage:pigeonholes/edit_pigeonholes.tpl', !empty( $gStructure->mInfo['title'] ) ? tra( 'Edit Pigeonhole' ).': '.$gStructure->mInfo["title"] : tra( 'Create Pigeonhole' ) );