projects
/
WP-Plugins
/
glm-member-db-travel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0173cb2
)
Get rid of print_r
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 8 Jun 2018 15:48:44 +0000
(11:48 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 8 Jun 2018 15:48:44 +0000
(11:48 -0400)
getting rid of debug
models/admin/travel/index.php
patch
|
blob
|
history
diff --git
a/models/admin/travel/index.php
b/models/admin/travel/index.php
index
a819b19
..
d098b38
100644
(file)
--- a/
models/admin/travel/index.php
+++ b/
models/admin/travel/index.php
@@
-139,7
+139,7
@@
class GlmMembersAdmin_travel_index extends GlmDataTravelLeads
}
}
- echo '<pre>$_SESSION: ' . print_r( $_SESSION, true ) . '</pre>';
+
//
echo '<pre>$_SESSION: ' . print_r( $_SESSION, true ) . '</pre>';
// If we have a back request then go through the PHP_SESSION
// and extract them into the REQUEST array.
if ( isset( $_REQUEST['back'] ) && filter_var( $_REQUEST['back'], FILTER_VALIDATE_BOOLEAN ) ) {