Changeset 565465
- Timestamp:
- 06/29/2012 03:20:19 PM (14 years ago)
- Location:
- wp-birthday-users
- Files:
-
- 1 edited
- 1 copied
-
tags/0.1.7/wp-birthday-users.php (copied) (copied from wp-birthday-users/trunk/wp-birthday-users.php) (1 diff)
-
trunk/wp-birthday-users.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-birthday-users/tags/0.1.7/wp-birthday-users.php
r565448 r565465 67 67 $passed = ''; 68 68 foreach ($birthdaypast as $key => $user) { 69 if ($user['birthday_newer'] != $birthdaypast[getPrevKey($key, $birthdaypast)]['birthday_newer'] || count($birthdaypast) == 1 ) {69 if ($user['birthday_newer'] != $birthdaypast[getPrevKey($key, $birthdaypast)]['birthday_newer'] || count($birthdaypast) == 1 || getPrevKey($key, $birthdaypast) == "") { 70 70 $passed .= "<th>".date('M', mktime(0,0,0,$user['birthday_newer'],1))."</th>\n"; 71 71 } -
wp-birthday-users/trunk/wp-birthday-users.php
r565448 r565465 67 67 $passed = ''; 68 68 foreach ($birthdaypast as $key => $user) { 69 if ($user['birthday_newer'] != $birthdaypast[getPrevKey($key, $birthdaypast)]['birthday_newer'] || count($birthdaypast) == 1 ) {69 if ($user['birthday_newer'] != $birthdaypast[getPrevKey($key, $birthdaypast)]['birthday_newer'] || count($birthdaypast) == 1 || getPrevKey($key, $birthdaypast) == "") { 70 70 $passed .= "<th>".date('M', mktime(0,0,0,$user['birthday_newer'],1))."</th>\n"; 71 71 }
Note: See TracChangeset
for help on using the changeset viewer.