<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Peter&#039;s Useful Crap - Topic: A couple of minor bugs</title>
	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/a-couple-of-minor-bugs</link>
	<description><![CDATA[Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more]]></description>
	<generator>Simple:Press Version 5.5.1</generator>
	<atom:link href="http://www.theblog.ca/peter-forum/peters-sports-league-standings/a-couple-of-minor-bugs/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Murray on A couple of minor bugs</title>
        	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/a-couple-of-minor-bugs#p1415</link>
        	<category>Peter's Sports League Standings</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-sports-league-standings/a-couple-of-minor-bugs#p1415</guid>
        	        	<description><![CDATA[<p>Thanks Peter,<br />
  I had worked out the second problem. Both are fine now.</p>
<p>Quick work</p>
]]></description>
        	        	<pubDate>Tue, 09 Jun 2009 03:25:08 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on A couple of minor bugs</title>
        	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/a-couple-of-minor-bugs#p1413</link>
        	<category>Peter's Sports League Standings</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-sports-league-standings/a-couple-of-minor-bugs#p1413</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>My install doesn’t complain about that but I probably have a more lax PHP setup.  So thanks for pointing these things out!</p>
<p>The first issue can be resolved by replacing line 145 with:</p>
<p><input type="button" class="sfcodeselect" name="sfselectit255" value="Select Code" onclick="spjSelectCode('sfcode255');" /></p>
<div class="sfcode" id="sfcode255">
if (isset($_GET['sort'])) {<br />
    $standings_sort = intval($_GET['sort']);<br />
}<br />
else {<br />
    $standings_sort = 0;<br />
}</div>
<p>The other issue can be solved by making the value of the input box on line 197 of admin_files/editscore.php to be:</p>
<p><input type="button" class="sfcodeselect" name="sfselectit2236" value="Select Code" onclick="spjSelectCode('sfcode2236');" /></p>
<div class="sfcode" id="sfcode2236">
&#60;?php print $field;?&#62;
</div>
<p>Instead of what it was before (not sure how that got through):</p>
<p><input type="button" class="sfcodeselect" name="sfselectit7044" value="Select Code" onclick="spjSelectCode('sfcode7044');" /></p>
<div class="sfcode" id="sfcode7044">
&#60;?print $field;?&#62;
</div>
]]></description>
        	        	<pubDate>Tue, 09 Jun 2009 02:47:45 +0000</pubDate>
        </item>
        <item>
        	<title>Murray on A couple of minor bugs</title>
        	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/a-couple-of-minor-bugs#p1410</link>
        	<category>Peter's Sports League Standings</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-sports-league-standings/a-couple-of-minor-bugs#p1410</guid>
        	        	<description><![CDATA[<p>I get the following 2 errors on the latest version….This is a new install.</p>
<p>Notice: Undefined index: sort in C:\\wamp\\www\\sport\\standings\\standings.php on line 145.</p>
<p>In the </p>
<blockquote><p>standings/update.php?action=editscore</p>
</blockquote>
<p>The field box shows
</p>
<p><input type="button" class="sfcodeselect" name="sfselectit5814" value="Select Code" onclick="spjSelectCode('sfcode5814');" /></p>
<div class="sfcode" id="sfcode5814"></div>
<p> instead of the name of the field played on. The field has been loaded into the database as it is displayed in standings.php</p>
<p>As you can see I am running the program on localhost using the latest wamp load on Win XP SP3</p>
<p>regards</p>
<p>Murray</p>
<p>addition info...If I select a column header to sort on that field.. all is well. I suspect a default sort needs to be specified.</p>
]]></description>
        	        	<pubDate>Mon, 08 Jun 2009 22:58:44 +0000</pubDate>
        </item>
</channel>
</rss>