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
... into the wysiwyg editor that appears in the event calendar under ...
You are sure in setting in the loop is also the placeholder [INFO] ?
$database->query("INSERT INTO `".TABLE_PREFIX."mod_concert_dates` (`page_id`, `section_id`, `concert_date`) VALUES ('$page_id','$section_id','$date')")
$sql = 'INSERT INTO `'.TABLE_PREFIX.'mod_concert_dates` SET ' . '`section_id` = '.(int)$section_id.', ' . '`page_id` = '.(int)$page_id.', ' . '`concert_date` = \''.$database->escapeString($date).'\', ' . '`concert_desc` = \'\' '; $database->query($sql); if($database->is_error()) { $admin->print_error($database->get_error()); }
$sql = 'INSERT INTO `'.TABLE_PREFIX.'mod_concert_dates` SET ' . '`section_id` = '.(int)$section_id.', ' . '`page_id` = '.(int)$page_id.', ' . '`concert_date` = \''.$database->escapeString($date).'\', ' . '`concert_name` = \'\', ' . '`concert_desc` = \'\' '; $database->query($sql); if($database->is_error()) { $admin->print_error($database->get_error()); }