2 Important Updates for Simple Blog Script [PHP] Feb 16, 2010
Two fixes to update the Simple Blog.

Update One (admin/pages/posts.php)
--------------------------------------------
Line 196 after

<?php

Add
if($_POST['topicID'] != NULL)
{


Then after line 213, add another bracket to become:
<?php } }?>

Update Two (pages/showdates.php)
--------------------------------------------
Replace Line 40:

while(true)

To become:

while($startYear <= $endYear)

That is it.
0 replies

Categories

Dates

[2009]
  » September
  » October
  » November
  » December

[2010]
  » January
  » February
  » March
  » April
  » May
  » June
  » July
  » August


All rights reserved © Aziz S. Hussain 2009 - Contact Me - Privacy Policy - TOS