nurpax / saastafi

Automatically exported from code.google.com/p/saastafi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saasta favorites page is busted

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Navigate to http://www.saasta.fi/saasta/?page_id=922
2. Observe non-sense like this:

My faves in Q4.33333333333/2008
Author  Title
My faves in Q3.33333333333/2008
Author  Title

This is busted on both Saasta.fi and our local test install, so I guess 
it's related to some recent changes.  Will look into it perhaps even today.

Thanks to Meri for reporting!






Original issue reported on code.google.com by jjhel...@gmail.com on 22 Nov 2008 at 9:28

It's change r268 that breaks it.  Debugging.

Original comment by jjhel...@gmail.com on 22 Nov 2008 at 9:44

$quarters = saasta_prev_quarters(4);
        print "<h3>Q".$qrtr."/".$year."</h3>";

for some reason saasta_prev_quarters is returning fubared results.  Has PHP 
been 
updated or has this really been broken all along?

Original comment by jjhel...@gmail.com on 22 Nov 2008 at 9:50

Should be fixed in r272.  I don't understand how this used to work and suddenly 
broke!

Original comment by jjhel...@gmail.com on 22 Nov 2008 at 9:55

[deleted comment]
[deleted comment]
Closing.

Original comment by jjhel...@gmail.com on 22 Nov 2008 at 10:01

  • Changed state: Verified