Ok found the problem.
I will make a new version for dowload available, but until then, here is the fix:
open the file
/core/library.inc.php
go to line 75. You will fine this text:
- Code: Select all
'layout_date' => array(
'img' => '',
'txt' => '',
'frm' => "baw_getdate_format(%s);",
'max'=> ''),
and change it into this here:
- Code: Select all
'layout_date' => array(
'img' => '',
'txt' => '',
'frm' => "baw_getdate_format('%s');",
'max'=> ''),
(note the ' ' quotes around the %s. This should fix it. if it does not please tell me.
Oliver