2011-09-26, 03:38:17
Hello Niedes;
Ups!! It is a bug.
You have to modify plugins/guestbook.php; in line +- 456, you must put:
Regards.
Ups!! It is a bug.
You have to modify plugins/guestbook.php; in line +- 456, you must put:
Code:
else if ($n == 'date'){
$d = substr($d,0,strpos($d,'+')-1); //This line is missing
$d = lngDate($d);
$lin .= '</span> <span class="data">'.htmlentities(i18n_r('guestbook/Ps'), ENT_QUOTES, "UTF-8").' '.stripslashes($d).'</span></div>';
Regards.