diff options
| author | wjames5 <will@tekimaki.com> | 2007-10-10 18:07:20 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-10-10 18:07:20 +0000 |
| commit | 4aaa255ef24e2bed8b1f822a056782b946e777ab (patch) | |
| tree | c0ddd02b939bc94cf24fa617b8336e94541f63de /edit.php | |
| parent | 1489d0585d4f2395375b5fc66a6f1cca7af2b0ad (diff) | |
| download | wiki-4aaa255ef24e2bed8b1f822a056782b946e777ab.tar.gz wiki-4aaa255ef24e2bed8b1f822a056782b946e777ab.tar.bz2 wiki-4aaa255ef24e2bed8b1f822a056782b946e777ab.zip | |
migrate core ajax services off prototype to mochikit
Diffstat (limited to 'edit.php')
| -rw-r--r-- | edit.php | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/edit.php,v 1.43 2007/09/20 04:30:17 spiderr Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/edit.php,v 1.44 2007/10/10 18:07:20 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.php,v 1.43 2007/09/20 04:30:17 spiderr Exp $ + * $Id: edit.php,v 1.44 2007/10/10 18:07:20 wjames5 Exp $ * @package wiki * @subpackage functions */ @@ -454,7 +454,5 @@ $formInfo['original_title'] =( !empty( $gContent->mInfo['title'] ) ) ? $gContent $gBitSmarty->assign_by_ref( 'pageInfo', $formInfo ); $gBitSmarty->assign_by_ref( 'errors', $gContent->mErrors ); -// load the ajax library for this page -$gBitThemes->loadAjax( 'prototype' ); $gBitSystem->display( 'bitpackage:wiki/edit_page.tpl', 'Edit: '.$gContent->getTitle() ); ?> |
