aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/userdetails.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-11-14 18:29:04 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-11-14 18:29:04 +0000
commit1a6f493bffd75c9b779bc76cacbf63973d45c752 (patch)
treea8235928587dd98762ea033384bd76ab23e4c5d6 /mod/profile/views/default/profile/userdetails.php
parent4b3488d09014a5fd18dd2ed4d0bad4f55f49434e (diff)
downloadelgg-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
Diffstat (limited to 'mod/profile/views/default/profile/userdetails.php')
-rw-r--r--mod/profile/views/default/profile/userdetails.php3
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") {