diff options
| author | wjames5 <will@tekimaki.com> | 2007-10-10 18:07:17 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-10-10 18:07:17 +0000 |
| commit | beb7cfe4f4abbcabe4bb389fa296a91a51ebd017 (patch) | |
| tree | 58e287348eea1cd5c0e20f37bb821aa63bc936fe | |
| parent | a7be8bfe0d5343f2dc569afb8a58ca147e29f0f2 (diff) | |
| download | pigeonholes-beb7cfe4f4abbcabe4bb389fa296a91a51ebd017.tar.gz pigeonholes-beb7cfe4f4abbcabe4bb389fa296a91a51ebd017.tar.bz2 pigeonholes-beb7cfe4f4abbcabe4bb389fa296a91a51ebd017.zip | |
migrate core ajax services off prototype to mochikit
| -rw-r--r-- | edit_pigeonholes.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/edit_pigeonholes.php b/edit_pigeonholes.php index 9d5bf56..34ac79a 100644 --- a/edit_pigeonholes.php +++ b/edit_pigeonholes.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.29 2007/09/10 19:25:29 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.30 2007/10/10 18:07:17 wjames5 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.29 2007/09/10 19:25:29 squareing Exp $ + * $Id: edit_pigeonholes.php,v 1.30 2007/10/10 18:07:17 wjames5 Exp $ * @package pigeonholes * @subpackage functions */ @@ -148,9 +148,6 @@ if ( $gBitSystem->isFeatureActive( 'pigeonholes_themes' ) ) { $gBitSmarty->assign( 'styles', $styles ); } -// not sure what this is here for -//$gBitThemes->loadAjax( 'prototype' ); - // 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' ) ); |
