projects
/
WP-Plugins
/
glm-member-db-leads.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
133697f
)
Fixed {php} reference. Converted to {print_r(...)} approach.
author
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 4 Dec 2018 17:50:57 +0000
(12:50 -0500)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 4 Dec 2018 17:50:57 +0000
(12:50 -0500)
views/admin/management/leads.html
patch
|
blob
|
history
diff --git
a/views/admin/management/leads.html
b/views/admin/management/leads.html
index
015618e
..
d6faba1
100644
(file)
--- a/
views/admin/management/leads.html
+++ b/
views/admin/management/leads.html
@@
-153,9
+153,7
@@
</tr>
{/if}
{if $import_fields}
- {php}
- echo '<pre>' . print_r( $import_fields, true ) . '</pre>';
- {/php}
+ <pre>{print_r( $import_fields, true )}</pre>
{/if}
{if $result}
<tr>