<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Cosmetic error in AdvancedGuestBook 2.3.2"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Cosmetic error in AdvancedGuestBook 2.3.2"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Cosmetic error in AdvancedGuestBook 2.3.2</title>
				<description><![CDATA[ I found this cosmetic error: to avoid an undefined index error I added the following line to lib/gb.class file<br /> <br /> [code]$row&#91;'email2'&#93;='';[/code]<br /> <br /> just after<br /> <br /> [code]$DATE = $this-&gt;db-&gt;DateFormat&#40;$row&#91;'date'&#93;&#41;;<br /> $MESSAGE = nl2br&#40;$row&#91;'comment'&#93;&#41;;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4487/15548.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4487/15548.php</link>
				<pubDate><![CDATA[Mon, 11 Apr 2005 18:07:35]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ fixed..<br /> <br /> thank you]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4487/15553.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4487/15553.php</link>
				<pubDate><![CDATA[Mon, 11 Apr 2005 20:55:39]]> GMT</pubDate>
				<author><![CDATA[ Webmaster]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If you are interested, I wrote also an sqlite.class to make your script working with SQLite instead of MySQL, which is very useful if you have PHP5 and not an SQL server.<br /> You need only to add some code into two pages.<br /> Let me know.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4487/15555.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4487/15555.php</link>
				<pubDate><![CDATA[Mon, 11 Apr 2005 22:46:05]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hard to let you know if you don't provide contact details <img src="https://proxy2.de/forum//images/smilies/1cfd6e2a9a2c0cf8e74b49b35e2e46c7.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4487/15915.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4487/15915.php</link>
				<pubDate><![CDATA[Wed, 4 May 2005 16:16:12]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Giovanni"]I found this cosmetic error: to avoid an undefined index error I added the following line to lib/gb.class file<br /> [code]$row&#91;'email2'&#93;='';[/code]<br /> just after<br /> [code]$DATE = $this-&gt;db-&gt;DateFormat&#40;$row&#91;'date'&#93;&#41;;<br /> $MESSAGE = nl2br&#40;$row&#91;'comment'&#93;&#41;;[/code]<br /> [/quote]<br /> I just downloaded version 2.3.4 from proxy2, but i still got this error:<br /> Notice: Undefined index: email2 in ***\guestbook\lib\comment.class.php(108) : eval()'d code on line 16<br /> <br /> I added the line as said above, but it doesn't help. My code in gb.class.php now looks like this [code]while &#40;$row = $this-&gt;db-&gt;fetch_array&#40;$result&#41;&#41; &#123;<br /> 			$row&#91;'email2'&#93; = &quot;&quot;;<br />             $DATE = $this-&gt;db-&gt;DateFormat&#40;$row&#91;'date'&#93;&#41;;<br />             $MESSAGE = nl2br&#40;$row&#91;'comment'&#93;&#41;;<br />             $row&#91;'email2'&#93;='';<br />             if &#40;$row&#91;'p_filename'&#93; &amp;&amp; ereg&#40;&quot;^img-&quot;,$row&#91;'p_filename'&#93;&#41;&#41; &#123;[/code]<br /> <br /> Regards]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4487/19601.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4487/19601.php</link>
				<pubDate><![CDATA[Sat, 11 Feb 2006 09:30:46]]> GMT</pubDate>
				<author><![CDATA[ van_Gogh]]></author>
			</item>
	</channel>
</rss>