<?xml version="1.0" ?>
<rss version="2.0">
	<channel>
		<title>Keith's Weblog: Comments on &quot;New Archive URLs&quot;</title>
		<description>Keith's Weblog: Comments on &quot;New Archive URLs&quot;, posted on March 23, 2003</description>
		<link>http://keithdevens.com/weblog/archive/2003/Mar/23/NewArchiveURLs</link>

		<category>This website</category>
		<language>en-us</language>
		<image>
			<link>http://keithdevens.com/weblog</link>
			<title>Keith Devens .com</title>
			<url>http://keithdevens.com/images/kbd.gif</url>
		</image>

		<item>
			<title>by ideoplastos</title>
			<link>http://keithdevens.com/weblog/archive/2003/Mar/23/NewArchiveURLs#comment1630</link>
			<guid isPermaLink="false">http://keithdevens.com/weblog/3629#comment1630</guid>
			<pubDate>Sun, 23 Mar 2003 17:29:01 +0000</pubDate>
			<description>&lt;p class=&quot;st-markup&quot;&gt;Cool!&lt;/p&gt;

</description>
		</item>
		<item>
			<title>by ideoplastos</title>
			<link>http://keithdevens.com/weblog/archive/2003/Mar/23/NewArchiveURLs#comment1631</link>
			<guid isPermaLink="false">http://keithdevens.com/weblog/3629#comment1631</guid>
			<pubDate>Sun, 23 Mar 2003 17:29:28 +0000</pubDate>
			<description>&lt;p class=&quot;st-markup&quot;&gt;Whoops?:Notice: Undefined index: preview in /home/keith/kbdcms/Modules/weblog_module.php on line 182&lt;/p&gt;

&lt;p class=&quot;st-markup&quot;&gt;Notice: Undefined index: email in /home/keith/kbdcms/Models/weblog_model.php on line 80&lt;/p&gt;

</description>
		</item>
		<item>
			<title>by Keith</title>
			<link>http://keithdevens.com/weblog/archive/2003/Mar/23/NewArchiveURLs#comment1632</link>
			<guid isPermaLink="false">http://keithdevens.com/weblog/3629#comment1632</guid>
			<pubDate>Sun, 23 Mar 2003 19:37:38 +0000</pubDate>
			<description>&lt;p class=&quot;st-markup&quot;&gt;Thanks. I severly broke my site for a while early this morning. I was working on my KISML parser (shhhh) to add a feature I wanted, but I was too lazy to copy the library so I wouldn't have to work on my live site, so things broke for a while.&lt;/p&gt;

&lt;p class=&quot;st-markup&quot;&gt;Furthermore, I turned on all PHP notices from my .htaccess file, so no longer can I say things like:&lt;/p&gt;

&lt;p class=&quot;st-markup&quot;&gt;$foo = $arr['bar'];&lt;/p&gt;

&lt;p class=&quot;st-markup&quot;&gt;I have to say:&lt;/p&gt;

&lt;p class=&quot;st-markup&quot;&gt;$foo = (isset($arr['bar']) ? $arr['bar'] : NULL)&lt;/p&gt;

&lt;p class=&quot;st-markup&quot;&gt;Every fucking time so that PHP doesn't give me notices. That's why you were getting the warning. Thanks for letting me know.&lt;/p&gt;

</description>
		</item>
		<item>
			<title>by Keith</title>
			<link>http://keithdevens.com/weblog/archive/2003/Mar/23/NewArchiveURLs#comment1633</link>
			<guid isPermaLink="false">http://keithdevens.com/weblog/3629#comment1633</guid>
			<pubDate>Sun, 23 Mar 2003 19:39:41 +0000</pubDate>
			<description>&lt;p class=&quot;st-markup&quot;&gt;In fact, to fix this error, I had to turn a line from&lt;/p&gt;

&lt;p class=&quot;st-markup&quot;&gt;$c_email = addslashes($comment[&amp;quot;email&amp;quot;]);&lt;/p&gt;

&lt;p class=&quot;st-markup&quot;&gt;into:&lt;/p&gt;

&lt;p class=&quot;st-markup&quot;&gt;$c_email = isset($comment['email']) ? addslashes($comment[&amp;quot;email&amp;quot;]) : NULL;&lt;/p&gt;

&lt;p class=&quot;st-markup&quot;&gt;How annoying is that?&lt;/p&gt;

</description>
		</item>
	</channel>
</rss>
