projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dc4b11
)
Added clarification to the smarty template debug setting
author
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 14 Apr 2017 16:01:38 +0000
(12:01 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 14 Apr 2017 16:01:38 +0000
(12:01 -0400)
defines.php
patch
|
blob
|
history
diff --git
a/defines.php
b/defines.php
index
755902b
..
00a4a81
100644
(file)
--- a/
defines.php
+++ b/
defines.php
@@
-15,8
+15,8
@@
define('GLM_MEMBERS_PLUGIN_SLUG', 'glm-member-db');
define('GLM_MEMBERS_PLUGIN_UNDERSCORED_NAME', 'glm_member_db');
-// Enable to display smarty template debug.
-define('GLM_MEMBERS_PLUGIN_DEBUG_SMARTY',
false
);
+// Enable to display smarty template debug.
Leave blank to disable or enter "TRUE"
+define('GLM_MEMBERS_PLUGIN_DEBUG_SMARTY',
''
);
// Determine which system we're running on - If not provided, assume PRODUCTION
$host = getenv('GLM_HOST_ID');