foobacca / justliving

Automatically exported from code.google.com/p/justliving
GNU General Public License v3.0
0 stars 0 forks source link

id in news.php #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The bristol crew found that in httpdocs/news.php they had to change a line:

//modified crash 20090609
//if ($id)
if (!$id = $_GET[id])

So we should check what versions of PHP/MySQL this applies to and commit it
in a portable way

Original issue reported on code.google.com by dmi...@gmail.com on 21 Aug 2009 at 5:05

GoogleCodeExporter commented 9 years ago
As we are now just supporting PHP5 this is easy. However the above fix didn't 
entirely 
work, but it is now working as of revision 67.

Original comment by dmi...@gmail.com on 7 Oct 2009 at 5:11