This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Problem in files_top block


avatar
Sobiech 77
From: -
Contentteller 2.1.18 - line 58 in block files_top.php:
(...) esselbach_ct_files WHERE news_file > '$odate' (file_status = '0' OR file_status = '3') (...)


But I think it should be:
(...) esselbach_ct_files WHERE file_startdate > '$odate' AND (file_status = '0' OR file_status = '3') (...)


Is this correct?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Problem in files_top block
avatar
Administrator
1340
From: Vienna, Austria
Thanks

This is close. file_date should do the trick.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.