marsu
Similar issue here. All posts show the same month.
I have a dirty fix, but use at your own risk. There's a high chance it will break other modules in Zikula.
Here's what I did: In your Zikula installation, find the file includes/pnLang.php
In that file,. find the function ml_ftime (around line 1300).
In that function, replace the line:
Code
with
Code
if (true) {
As I said, use at your own risk. I'd be very interested to hear any alternative (proper) solutions.
stef
There is NO other solution, so don't waste your time looking.
Will the hack cause you problems in other areas? For some people it does, and others it does not. I'm assuming that a no modified core module is free from problems as I have not seen any problems caused by using the 'hack'.
