yes, commit this!
No need to backup more than 100 MB of session files - some of them almost a year old!
Version 2 features?
Moderator: Thorsten
Hi jazcyk,
you'll find the final code/feature starting from the 1.6.2 release and in the nightly built snapshot starting from tomorrow.
Ciao,
Matteo
you'll find the final code/feature starting from the 1.6.2 release and in the nightly built snapshot starting from tomorrow.
Ciao,
Matteo
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
Amazon.co.uk Wishlist
Hi jazcyk,
you could take the files from the nightly built snapshot and use the function below:
you could take the files from the nightly built snapshot and use the function below:
- admin/stat.main.php;
- lang/language_en.php;
- lang/language_it.php;
- inc/functions.php, FileToDate() function:
Code: Select all
function FileToDate($file, $endOfDay = false) { if (strlen($file) >= 16) { $tag = substr($file, 8, 2); $mon = substr($file, 10, 2); $yea = substr($file, 12, 4); if (!$endOfDay) { $tim = mktime(0, 0, 0, $mon, $tag, $yea); } else { $tim = mktime(23, 59, 59, $mon, $tag, $yea); } return $tim; } else { return -1; } }
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
Amazon.co.uk Wishlist
thanks, but
.. I have no time for this kind of testing for the next 1-2 weeks.
I believe it is OK! When PMF 1.6.2 is released I'll do a quick test on my local and if still OK I will update our server.
I believe it is OK! When PMF 1.6.2 is released I'll do a quick test on my local and if still OK I will update our server.