diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-11-09 22:17:09 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-11-09 22:17:09 +0100 |
commit | b095859a928a29bcb738dd820fb13dd57495c8d0 (patch) | |
tree | b1af2c528e19fe7b3647d3ed170fc83c8fed4cdb /apps/calendar/templates | |
parent | c65e4176662aa989e1444c3c584a9d7846469262 (diff) | |
download | nextcloud-server-b095859a928a29bcb738dd820fb13dd57495c8d0.tar.gz nextcloud-server-b095859a928a29bcb738dd820fb13dd57495c8d0.zip |
Use Last-Modified property to check for changed events
Diffstat (limited to 'apps/calendar/templates')
-rw-r--r-- | apps/calendar/templates/part.editevent.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/calendar/templates/part.editevent.php b/apps/calendar/templates/part.editevent.php index ae969f2dc3b..b3acfc4a072 100644 --- a/apps/calendar/templates/part.editevent.php +++ b/apps/calendar/templates/part.editevent.php @@ -1,6 +1,7 @@ <div id="event" title="<?php echo $l->t("Edit an event");?>"> <form id="event_form"> <input type="hidden" name="id" value="<?php echo $_['id'] ?>"> + <input type="hidden" name="lastmodified" value="<?php echo $_['lastmodified'] ?>"> <?php echo $this->inc("part.eventform"); ?> <div style="width: 100%;text-align: center;color: #FF1D1D;" id="errorbox"></div> <span id="actions"> |