WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Call to a member function numRows() on null in /modules/bakery/stock.php on line 111
!empty($clause = $category) ? " AND section_id = $category" : '';
$clause = $category != '' ? " AND section_id = $category" : '';
$clause = !empty($category) ? " AND section_id = $category" : '';