Die Suche ergab 1 Treffer

von Wildcat
So 18.Dez, 2005 18:58
Forum: phpBB 2.x
Thema: problem mit site_hist_week_top_posters statistik
Antworten: 2
Zugriffe: 766

Fals das Problem noch bestehen sollte hier:

The Solution :

In der Datei /phpbb/stat_modules/site_hist_week_top_posters/module.php
In Zeile 22 ca, sucht ihr das:

$time_thisweek = $time_today - ((date('w', $time_today) - 1) * 86400);

Und ersetzt es damit:

$dateNumber = date('w', $time ...