add comment

This commit is contained in:
Isaac Connor 2015-02-06 11:46:35 -05:00
parent 02a6c78182
commit 9a1e210849
1 changed files with 1 additions and 0 deletions

View File

@ -532,6 +532,7 @@ function deleteEvent( $event, $mid=false ) {
dbQuery( 'DELETE FROM Frames WHERE EventId = ?', array($event['Id']) ); dbQuery( 'DELETE FROM Frames WHERE EventId = ?', array($event['Id']) );
if ( ZM_USE_DEEP_STORAGE ) { if ( ZM_USE_DEEP_STORAGE ) {
# Assumption: All events haev a start time
$start_date = date_parse( $event['StartTime'] ); $start_date = date_parse( $event['StartTime'] );
# So this is because ZM creates a link under teh day pointing to the time that the event happened. # So this is because ZM creates a link under teh day pointing to the time that the event happened.