<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: userregistration 1.5beta1 wp_rg_lead_meta SQL bug</title>
		<link>https://legacy.forums.gravityhelp.com/topic/userregistration-15beta1-wp_rg_lead_meta-sql-bug</link>
		<description>Gravity Support Forums Topic: userregistration 1.5beta1 wp_rg_lead_meta SQL bug</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 23:06:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/userregistration-15beta1-wp_rg_lead_meta-sql-bug" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "userregistration 1.5beta1 wp_rg_lead_meta SQL bug"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/userregistration-15beta1-wp_rg_lead_meta-sql-bug#post-111653</link>
			<pubDate>Mon, 31 Dec 2012 10:40:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">111653@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the update Steve.  Martha, if you would like a copy of 1.5beta6, please send me an email at &#60;a href=&#34;mailto:chris@rocketgenius.com&#34;&#62;chris@rocketgenius.com&#60;/a&#62; and I will email you the latest version.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Steve Holland on "userregistration 1.5beta1 wp_rg_lead_meta SQL bug"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/userregistration-15beta1-wp_rg_lead_meta-sql-bug#post-111486</link>
			<pubDate>Mon, 31 Dec 2012 04:25:57 +0000</pubDate>
			<dc:creator>Steve Holland</dc:creator>
			<guid isPermaLink="false">111486@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I reported this a couple of weeks ago and it has been fixed in the latest version (v1.5 beta 1.6).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "userregistration 1.5beta1 wp_rg_lead_meta SQL bug"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/userregistration-15beta1-wp_rg_lead_meta-sql-bug#post-111049</link>
			<pubDate>Sun, 30 Dec 2012 10:10:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">111049@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for that information.  I will bring it to the attention of the development team.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martham on "userregistration 1.5beta1 wp_rg_lead_meta SQL bug"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/userregistration-15beta1-wp_rg_lead_meta-sql-bug#post-110716</link>
			<pubDate>Sat, 29 Dec 2012 22:08:52 +0000</pubDate>
			<dc:creator>martham</dc:creator>
			<guid isPermaLink="false">110716@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;On line 98 of signups.php there is an SQL statement that has a hardcoded &#34;wp_&#34; prefix on the rg_lead_meta table name.  I made this change:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// oldline
//        return $wpdb-&#38;gt;get_var($wpdb-&#38;gt;prepare(&#38;quot;SELECT meta_value FROM wp_rg_lead_meta WHERE lead_id = %d AND meta_key = &#38;#39;activation_key&#38;#39;&#38;quot;, $lead_id));
// new line
          return $wpdb-&#38;gt;get_var($wpdb-&#38;gt;prepare(&#38;quot;SELECT meta_value FROM {$wpdb-&#38;gt;prefix}rg_lead_meta WHERE lead_id = %d AND meta_key = &#38;#39;activation_key&#38;#39;&#38;quot;, $lead_id));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and it solved the problem I was having because the database I am currently working with uses an alternate table name prefix.&#60;/p&#62;
&#60;p&#62;cheers, Martha
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
