diff options
| author | wjames5 <will@tekimaki.com> | 2007-10-10 18:07:19 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-10-10 18:07:19 +0000 |
| commit | f0aa1dcd0578708d9bb1cb6762009a454ecec814 (patch) | |
| tree | a6a2b09001caf328b38e0685b0176dd6ab2a1b75 /edit_personal_page.php | |
| parent | 8ecb636077015449b900d36eb2d7131aa6f62212 (diff) | |
| download | users-f0aa1dcd0578708d9bb1cb6762009a454ecec814.tar.gz users-f0aa1dcd0578708d9bb1cb6762009a454ecec814.tar.bz2 users-f0aa1dcd0578708d9bb1cb6762009a454ecec814.zip | |
migrate core ajax services off prototype to mochikit
Diffstat (limited to 'edit_personal_page.php')
| -rw-r--r-- | edit_personal_page.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/edit_personal_page.php b/edit_personal_page.php index ae784cb..7a8bcb7 100644 --- a/edit_personal_page.php +++ b/edit_personal_page.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/edit_personal_page.php,v 1.19 2007/07/14 14:52:16 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/edit_personal_page.php,v 1.20 2007/10/10 18:07:19 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_personal_page.php,v 1.19 2007/07/14 14:52:16 squareing Exp $ + * $Id: edit_personal_page.php,v 1.20 2007/10/10 18:07:19 wjames5 Exp $ * @package users * @subpackage functions */ @@ -53,8 +53,6 @@ if(isset($_REQUEST["preview"])) { $gBitSmarty->assign_by_ref( 'pageInfo', $gBitUser->mInfo ); $gBitSmarty->assign_by_ref( 'gContent', $gBitUser ); -// load the ajax library for this page -$gBitThemes->loadAjax( 'prototype' ); $gBitSmarty->assign( 'show_page_bar', 'y' ); $gBitSystem->setConfig( 'wiki_description', 'n' ); |
