summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-07-09 22:03:20 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-07-09 22:03:20 +0000
commitc87aeda569f6884bdade7b386db0230e3062206c (patch)
tree664f06ff22241165b46bc3d3dc3b72d418c30e54
parentf0e53530a81e0cdf5eb677df41c37de2be4fd747 (diff)
downloadpigeonholes-c87aeda569f6884bdade7b386db0230e3062206c.tar.gz
pigeonholes-c87aeda569f6884bdade7b386db0230e3062206c.tar.bz2
pigeonholes-c87aeda569f6884bdade7b386db0230e3062206c.zip
clean up ajax library calls by only allowing gBitSystem->loadAjax() instead of assigning loadAjax to the templates. please update your files. also the suggest stuff in the group edit page has a pulse again but it's still in a coma - needs a bit more work
-rw-r--r--edit_pigeonholes.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/edit_pigeonholes.php b/edit_pigeonholes.php
index 0cbfbe1..162214d 100644
--- a/edit_pigeonholes.php
+++ b/edit_pigeonholes.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.25 2007/07/01 16:43:10 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.26 2007/07/09 22:03:20 squareing 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.25 2007/07/01 16:43:10 squareing Exp $
+ * $Id: edit_pigeonholes.php,v 1.26 2007/07/09 22:03:20 squareing Exp $
* @package pigeonholes
* @subpackage functions
*/
@@ -148,7 +148,7 @@ if ( $gBitSystem->isFeatureActive( 'pigeonholes_themes' ) ) {
$gBitSmarty->assign( 'styles', $styles );
}
-$gBitSmarty->assign('loadAjax', TRUE);
+$gBitSystem->loadAjax( 'prototype' );
// Display the template
if ( !empty( $gStructure ) ) {