summaryrefslogtreecommitdiff
path: root/edit_personal_page.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-07-14 14:52:16 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-07-14 14:52:16 +0000
commit31060097487e866898bd8c2a7b40f3c2d0028c1a (patch)
tree8400553fec62f247a1057e0d2f313c2e32b75583 /edit_personal_page.php
parent74683f30e107b9da9ab634ad76c795e9a0a787f0 (diff)
downloadusers-31060097487e866898bd8c2a7b40f3c2d0028c1a.tar.gz
users-31060097487e866898bd8c2a7b40f3c2d0028c1a.tar.bz2
users-31060097487e866898bd8c2a7b40f3c2d0028c1a.zip
edit help is now taken care of by services. this means that there is no need for inclusion of edit help anywhere as long as services are called on edit pages and service tabs are included in edit tpl. help is included when {textarea} is in use. if you need to disable it set: display_help_tab=0 when calling the service tabs. edit help has also undergone a facelift.
Diffstat (limited to 'edit_personal_page.php')
-rw-r--r--edit_personal_page.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/edit_personal_page.php b/edit_personal_page.php
index 622114b..ae784cb 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.18 2007/07/10 19:02:59 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/edit_personal_page.php,v 1.19 2007/07/14 14:52:16 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_personal_page.php,v 1.18 2007/07/10 19:02:59 squareing Exp $
+ * $Id: edit_personal_page.php,v 1.19 2007/07/14 14:52:16 squareing Exp $
* @package users
* @subpackage functions
*/
@@ -18,9 +18,6 @@
*/
require_once( '../bit_setup_inc.php' );
-// include plugin help
-include_once( LIBERTY_PKG_PATH.'edit_help_inc.php' );
-
// Check if the page has changed
if (isset($_REQUEST["fSavePage"])) {
$gBitUser->store( $_REQUEST );