diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-06 11:48:52 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-06 11:48:52 +0000 |
commit | 41da59edbdd498570e701d913720bbdee852839e (patch) | |
tree | 01c8f4f4c4d25299f0f96b4a7d231a5abd3cc01d | |
parent | e24e4b86b5c3dc4a59ab841722273cd8769ccfd2 (diff) | |
download | elgg-41da59edbdd498570e701d913720bbdee852839e.tar.gz elgg-41da59edbdd498570e701d913720bbdee852839e.tar.bz2 |
Removed banned listing
git-svn-id: https://code.elgg.org/elgg/trunk@3112 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | mod/profile/views/default/profile/listing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/views/default/profile/listing.php b/mod/profile/views/default/profile/listing.php index bf53f4944..8771a6574 100644 --- a/mod/profile/views/default/profile/listing.php +++ b/mod/profile/views/default/profile/listing.php @@ -48,7 +48,7 @@ $info .= "</a>";
$info .= "</strike></b></p>";
- $info .= "<p class=\"owner_timestamp\">" . elgg_echo('profile:banned') . "</p>";
+ //$info .= "<p class=\"owner_timestamp\">" . elgg_echo('profile:banned') . "</p>";
}
|