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:
44bef97
)
Update define used
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 28 Feb 2019 18:25:43 +0000
(13:25 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 28 Feb 2019 18:25:43 +0000
(13:25 -0500)
was incorrect
models/admin/import/index.php
patch
|
blob
|
history
diff --git
a/models/admin/import/index.php
b/models/admin/import/index.php
index
cc16092
..
72d44ef
100644
(file)
--- a/
models/admin/import/index.php
+++ b/
models/admin/import/index.php
@@
-1239,7
+1239,7
@@
class GlmMembersAdmin_import_index
$memberNeedsUpdate = $this->wpdb->get_var(
$this->wpdb->prepare(
"SELECT id
- FROM " . GLM_MEMBERS_PLUGIN_
PATH
. "members
+ FROM " . GLM_MEMBERS_PLUGIN_
DB_PREFIX
. "members
WHERE old_member_id = %d",
$data['old_member_id']
)