summaryrefslogtreecommitdiff
path: root/custom_home.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-08-01 18:42:03 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-08-01 18:42:03 +0000
commitbd974e32890c11bad1e3b70f936d3026ef59edbf (patch)
tree0dfbb789db4f0a832cdddc8fac72027bba4c6fca /custom_home.php
parentb5bf27ddc4ddac64a14fa82c2262acb10b5335cf (diff)
downloadusers-bd974e32890c11bad1e3b70f936d3026ef59edbf.tar.gz
users-bd974e32890c11bad1e3b70f936d3026ef59edbf.tar.bz2
users-bd974e32890c11bad1e3b70f936d3026ef59edbf.zip
merge recent changes with HEAD - R1 and HEAD are identical now
Diffstat (limited to 'custom_home.php')
-rw-r--r--custom_home.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/custom_home.php b/custom_home.php
index 6424b2a..d164d7f 100644
--- a/custom_home.php
+++ b/custom_home.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/custom_home.php,v 1.2 2005/06/28 07:46:23 spiderr Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/custom_home.php,v 1.3 2005/08/01 18:42:02 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: custom_home.php,v 1.2 2005/06/28 07:46:23 spiderr Exp $
+ * $Id: custom_home.php,v 1.3 2005/08/01 18:42:02 squareing Exp $
* @package users
* @subpackage functions
*/
@@ -34,7 +34,7 @@ $b = $nntp->getBody(1);
print_r($b);
*/
if ($feature_custom_home != 'y') {
- $smarty->assign('msg', tra("This feature has been disabled"));
+ $gBitSmarty->assign('msg', tra("This feature has been disabled"));
$gBitSystem->display( 'error.tpl' );
die;
}