diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-08 20:14:17 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-08 20:14:17 -0700 |
commit | ffb1997902facb36b78a7cfa522f41f2b3d71cda (patch) | |
tree | e9fe47acf26c5fd2c742677f2610b60d3008eb26 /view/profile_advanced.php | |
parent | b49858b038a0a05bbe7685929e88071d0e125538 (diff) | |
download | volse-hubzilla-ffb1997902facb36b78a7cfa522f41f2b3d71cda.tar.gz volse-hubzilla-ffb1997902facb36b78a7cfa522f41f2b3d71cda.tar.bz2 volse-hubzilla-ffb1997902facb36b78a7cfa522f41f2b3d71cda.zip |
mistpark 2.0 infrasturcture lands
Diffstat (limited to 'view/profile_advanced.php')
-rw-r--r-- | view/profile_advanced.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/profile_advanced.php b/view/profile_advanced.php index 098143381..1f917f663 100644 --- a/view/profile_advanced.php +++ b/view/profile_advanced.php @@ -29,7 +29,7 @@ $o .= <<< EOT EOT; } -if(($a->profile['dob']) && ($a->profile['dob'] != '0000-00-00 00:00:00')) { +if(($a->profile['dob']) && ($a->profile['dob'] != '0000-00-00')) { $o .= <<< EOT <div id="advanced-profile-dob-wrapper" > <div id="advanced-profile-dob-text">Birthday:</div> |