.....and hoping this issue will be solved. Thanks anyway dbs.
Hi,
this is not a bug - it's a feature. Watch modify.php, lines 36 and 37:
//removes empty events from the table so they will not be displayed
$database->query("DELETE FROM `".TABLE_PREFIX."mod_concert_dates` WHERE `page_id` = '$page_id' and `section_id` = '$section_id' and `concert_desc`=''");
if you don't like this, comment line 37
regards