diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-09 22:03:20 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-09 22:03:20 +0000 |
| commit | c87aeda569f6884bdade7b386db0230e3062206c (patch) | |
| tree | 664f06ff22241165b46bc3d3dc3b72d418c30e54 | |
| parent | f0e53530a81e0cdf5eb677df41c37de2be4fd747 (diff) | |
| download | pigeonholes-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.php | 6 |
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 ) ) { |
