aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-04-11 11:02:42 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-04-11 11:02:42 +0000
commitecc6c241f27bd8500479c2d0d2dd2c330b8d2a91 (patch)
tree54bd4797a1886255d6371f8d6accbc6f4b1e2330 /mod
parentbd24f7225f0ffc61cb78ed55ad2f16782d56a557 (diff)
downloadelgg-ecc6c241f27bd8500479c2d0d2dd2c330b8d2a91.tar.gz
elgg-ecc6c241f27bd8500479c2d0d2dd2c330b8d2a91.tar.bz2
small profile custom fields tweak
git-svn-id: https://code.elgg.org/elgg/trunk@3207 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r--mod/profile/views/default/profile/userdetails.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/profile/views/default/profile/userdetails.php b/mod/profile/views/default/profile/userdetails.php
index 0314cdfe4..c9eb5d770 100644
--- a/mod/profile/views/default/profile/userdetails.php
+++ b/mod/profile/views/default/profile/userdetails.php
@@ -131,7 +131,7 @@
</td>
</tr>
-<?php if (!isset($CONFIG->profile_using_custom)) {?>
+<?php if (!get_plugin_setting('user_defined_fields', 'profile')) {?>
<tr>
<td colspan="2">
<div id="profile_info_column_right">
@@ -146,9 +146,9 @@
<?php } else { ?>
- <?php
- echo elgg_view('output/longtext', array('value' => $vars['entity']->description));
- //echo autop(filter_tags($vars['entity']->description));
+ <?php
+ echo elgg_view('output/longtext', array('value' => $vars['entity']->description));
+ //echo autop(filter_tags($vars['entity']->description));
?>
<?php } ?>