projects
/
WP-Plugins
/
glm-member-db-contacts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eddebee
)
Update indenting.
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 15 Oct 2019 19:51:26 +0000
(15:51 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 15 Oct 2019 19:51:26 +0000
(15:51 -0400)
Code was not indented properly.
models/admin/contacts/index.php
patch
|
blob
|
history
diff --git
a/models/admin/contacts/index.php
b/models/admin/contacts/index.php
index
5eea84b
..
13c48f9
100644
(file)
--- a/
models/admin/contacts/index.php
+++ b/
models/admin/contacts/index.php
@@
-601,8
+601,8
@@
class GlmMembersAdmin_contacts_index extends GlmDataContacts
// Otherwise we need to drop the user meta data we added to the WP user.
} else {
-
delete_user_meta($wpUser->ID, 'glmMembersContactID');
-
delete_user_meta($wpUser->ID, 'glmMembersContactActive');
+ delete_user_meta($wpUser->ID, 'glmMembersContactID');
+ delete_user_meta($wpUser->ID, 'glmMembersContactActive');
}
// Return to list by falling through here.