Changeset 1521881
- Timestamp:
- 10/25/2016 02:20:22 PM (9 years ago)
- Location:
- webcourier-email-marketing/trunk/views
- Files:
-
- 2 edited
-
campanhas.php (modified) (1 diff)
-
templates_list.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
webcourier-email-marketing/trunk/views/campanhas.php
r1418103 r1521881 8 8 ?> 9 9 <script> 10 campanhas = <?= json_encode($campanhas);?>;10 campanhas = <?= (json_encode($campanhas) != 'null') ? (json_encode($campanhas)) : '{}' ?>; 11 11 api = '<?= $api; ?>'; 12 12 url = '<?= $url; ?>' -
webcourier-email-marketing/trunk/views/templates_list.php
r1418103 r1521881 7 7 8 8 <script> 9 templates = <?= json_encode($templates);?>;9 templates = <?= (json_encode($templates) != 'null') ? (json_encode($templates)) : '{}' ?>; 10 10 api = '<?= $api; ?>'; 11 11 url = '<?= $url; ?>'
Note: See TracChangeset
for help on using the changeset viewer.