diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-11-14 18:29:04 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-11-14 18:29:04 +0000 |
commit | 1a6f493bffd75c9b779bc76cacbf63973d45c752 (patch) | |
tree | a8235928587dd98762ea033384bd76ab23e4c5d6 | |
parent | 4b3488d09014a5fd18dd2ed4d0bad4f55f49434e (diff) | |
download | elgg-1a6f493bffd75c9b779bc76cacbf63973d45c752.tar.gz elgg-1a6f493bffd75c9b779bc76cacbf63973d45c752.tar.bz2 |
Removed some "Undefined" messages
git-svn-id: https://code.elgg.org/elgg/trunk@2454 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | mod/profile/views/default/profile/userdetails.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/profile/views/default/profile/userdetails.php b/mod/profile/views/default/profile/userdetails.php index 522152853..48b49426f 100644 --- a/mod/profile/views/default/profile/userdetails.php +++ b/mod/profile/views/default/profile/userdetails.php @@ -89,7 +89,8 @@ ?> <?php - + $even_odd = null; + if (is_array($vars['config']->profile) && sizeof($vars['config']->profile) > 0) foreach($vars['config']->profile as $shortname => $valtype) { if ($shortname != "description") { |