@@ -49,7 +49,9 @@ |
||
| 49 | 49 | echo "========== Notes ==================<br>"; |
| 50 | 50 | echo "note_id --> ".$note['note_id']."<br>"; |
| 51 | 51 | $content = isset($note['contents']) ? $note['contents'] : ""; |
| 52 | - if (strlen($content)>0) echo "contents --> $content"."<br>"; |
|
| 52 | + if (strlen($content)>0) { |
|
| 53 | + echo "contents --> $content"."<br>"; |
|
| 54 | + } |
|
| 53 | 55 | } |
| 54 | 56 | |
| 55 | 57 | //var_dump($notes); |