updated circular to Subject from name
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -22,7 +22,7 @@ function extractCircularDataForCache($data) { | ... | @@ -22,7 +22,7 @@ function extractCircularDataForCache($data) { |
| 22 | 22 | ||
| 23 | $send_date = strtotime($circular->item->SentDate); | 23 | $send_date = strtotime($circular->item->SentDate); |
| 24 | $send_datef = date('M d/Y', $send_date); | 24 | $send_datef = date('M d/Y', $send_date); |
| 25 | $name = $circular->item->Name; | 25 | $name = $circular->item->Subject; |
| 26 | $year = date('Y', $send_date); | 26 | $year = date('Y', $send_date); |
| 27 | $url = $circular->item->WebVersionURL; | 27 | $url = $circular->item->WebVersionURL; |
| 28 | 28 | ... | ... |
-
Please register or sign in to post a comment