add comment
This commit is contained in:
parent
02a6c78182
commit
9a1e210849
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue